Hello, I get an error message from py2exe that it can't find a module ntpath.py. I pasted the error message below:
Traceback (most recent call last):
File "wxApp1.py", line 4, in ?
File "wx\__init__.pyc", line 42, in ?
File "wx\_core.pyc", line 4, in ?
File "wx\_core_.pyc", line 9, in ?
File "wx\_core_.pyc", line 3, in __load
File "C:\Python24\lib\os.py", line 62, in ?
import ntpath as path
zipimport.ZipImportError: can't find module 'ntpath'
File "wxApp1.py", line 4, in ?
File "wx\__init__.pyc", line 42, in ?
File "wx\_core.pyc", line 4, in ?
File "wx\_core_.pyc", line 9, in ?
File "wx\_core_.pyc", line 3, in __load
File "C:\Python24\lib\os.py", line 62, in ?
import ntpath as path
zipimport.ZipImportError: can't find module 'ntpath'
I can find ntpath why can't py2exe? how can I get this thing working? thanks for the help.
jeff
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
