View Single Post
Old 09-01-2011, 04:50 PM   #41
kranu
I <3 my Kindle
kranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensions
 
Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
Quote:
Originally Posted by pconwell View Post
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.
kranu is offline   Reply With Quote