Installation

Windows

Linux - Redhat

Linux - Debian

Linux - Gentoo

Linux - Building from the source

You might also want to build wxPython from the source. You have to do this in three steps:

Installing Python

You should have already done that. Refer to the Python website to have some more information. ( BUILD.unix is probably the helpfile you are looking for )

Installing wxGTK

wxGTK is the GTK version of wxWidgets. GTK (Gimp ToolKit) is a graphic library used by Gnome, so it is probably already installed on your Linux box. All you have to do is download the wxGTK source from the wxGTK ftp server. Or the wxWidgets website

You might get some errors here if GTK is not installed or if the include files for GTK are not installed (in a Mandrake distribution, gtk+-devel-1.2.8-6mdk.i586.rpm is the rpm that you want to install)

You should now have a compiled version of wxGTK. We want to install it and link it into the system.

Your root password is required here.

it is possible that the library is not installed where wxPython is looking for it. ( In a mandrake 7.2 distribution, you want wxGTK to be installed in /usr/lib whereas it is automatically installed in /usr/local/lib) The solution is to create a symbolic link of the library where you want it to be:

Installing wxPython

wxPython website

Your root password is required here.

wxPython is fully installed!

Mac OS X

An installer is available on the wxPython site, for both PPC and Intel Macs.

If you wish to build it yourself, you should follow the instruction described here.

A french howto can be found here

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.