WUU on Linux

From WUUki

Jump to: navigation, search

To run WUU on Linux, you need at least Python 2.4+ (2.5 preferred) and wxPython 2.6+ (2.8 preferred) installed.

Unpack the WUU source distribution to a folder, and start WUU with "python WUU.py"

[edit] Ubuntu/Debian Linux

Python should come with the base installation of Ubuntu, but if you want 2.5 specifically (or use debian), you use:

$ sudo apt-get install python2.5

...and for wxPython:

$ sudo apt-get install python-wxgtk2.8

[edit] Gentoo Linux

Python is already installed in the base system (Portage/emerge uses Python), so all you have to do is install wxpython:

# emerge wxpython

Personal tools