View Single Post
Old 09-01-2011, 12:57 PM   #39
pconwell
Junior Member
pconwell began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2010
Device: kindle 3
ImportError: No module named wx

If you get an error like this:

Code:
$ python webserver_v1.py 
Traceback (most recent call last):
  File "webserver_v1.py", line 16, in <module>
    import wx
ImportError: No module named wx
You probably need to install python-wx:
Code:
$ sudo aptitude install python-wxtools python-wxgtk2.8
You probably don't need both packages, but I'm lazy and like to shotgun blast my problems.
pconwell is offline   Reply With Quote