Quote:
Originally Posted by pconwell
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.
|
Yep, I mentioned that you needed wx python at the beginning of the instructions.