I read:
i'd like to try using the wxpython module in [py]. is this even possible? i'm just learning the language, so i'm not sure exactly how i'd call the script.
can't see why it shouldn't work
right now, i get a "ImportError: No module named wxPython.wx" error when i try to import:
import pyext from wxPython.wx import wxPySimpleApp, wxFrame
hmmm ... does that normally work for you ? probably you have to install wxPython to a different location or you have to tell python the path to look for it.
regards,
x