I am having great trouble trying to get the wxPython libs avaiable to the python interpreter.
I have tried on both python2.3 and python2.4, building wxPython from source failed with make errors, and I have used a binary of wxPython-2.5.3.1 (slackware pkg). When I use the pkg it installs fine but python cannnot fine it.
Code:
bash-2.05b$ python
Python 2.4 (#1, Nov 30 2004, 12:04:19)
[GCC 3.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from wxPython.wx import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wxPython.wx
>>>
Please help, as I got python and wxpython working nicely on win32 and I want to make some programs.
And yes, I have glib version 1 and 2 and gtk+ ver 1 and 2 installed and working good.