wx import error

Ketan Maheshwari kmaheshw at science.uva.nl
Sat Dec 2 12:29:00 PST 2006


hi *:
i am setting wxpython and running into this problem when i try to run a 
simple program:
*************************************
    ketan at nimrod:~$ python2.4 -u y.py
    Traceback (most recent call last):
    File "y.py", line 1, in ?
    import wx
    ImportError: No module named wx
*************************************
python is python2.4
wx is wx-2.6.3.3
*(i know they work together)
LD_LIBRARY_PATH is /home/ketan/wx/lib:/home/ketan/python2.4/lib:
PYTHONPATH is /home/ketan/wxPython-src-2.6.3.3/wxPython:
PATH is /home/ketan/python2.4/bin

Any clue what is happening?

Cheers
k.




More information about the wxpython-users mailing list