[wxPython-users] wx import error
Peter Hansen
peter at engcorp.com
Sat Dec 2 17:14:47 PST 2006
Ketan Maheshwari wrote:
> 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)
How do you know that? What happens if you just do "import wx" at the
interactive Python interpreter prompt?
-Peter
More information about the wxpython-users
mailing list