No module named wx
"Paul Jack" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I'm new to the python, wxwidges world although I've been programming
professionaly for the past 15 years.
I'm trying to get BitPim to run, but I'm not having much success. I've
about googled myself to death trying to
find the solution before giving up and posting here.
I went throught he "Required" software needed to build BitPim and hope I've
loaded it all.
I'm launching PythonWin and loading bp.py. Then when I tell it to execute I
get the following error:
File
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
line 310, in RunScript
exec codeObject in __main__.__dict__
File "C:\Documents and Settings\Paul\bitpim\bp.py", line 90, in ?
import gui
File "C:\Documents and Settings\Paul\bitpim\gui.py", line 37, in ?
import guiwidgets
File "C:\Documents and Settings\Paul\bitpim\guiwidgets.py", line 30, in ?
import wx
ImportError: No module named wx
I'm pretty certain that it's a simple configuration issue but I just can't
figure out I'm missing.
If I run the following commands you can see how my path is set:
import sys
sys.path
['', 'C:\\WINDOWS\\system32\\python24.zip', 'C:\\Python24',
'C:\\Python24\\DLLs', 'C:\\Python24\\lib', 'C:\\Python24\\lib\\plat-win',
'C:\\Python24\\lib\\lib-tk', 'C:\\Python24\\Lib\\site-packages\\pythonwin',
'C:\\Python24\\lib\\site-packages',
'C:\\Python24\\lib\\site-packages\\win32',
'C:\\Python24\\lib\\site-packages\\win32\\lib', 'C:\\Documents and
Settings\\Paul\\bitpim']
>>>
I have wxWidgets-2.6.2 loaded and python 2.4
Well, I hope this is something simple. :-)
Thanks for any help you can give.
Paul