[Tutor] missing module?

Jeff Peery jeffpeery at yahoo.com
Thu Apr 28 22:39:29 CEST 2005


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'

 
I can find ntpath why can't py2exe? how can I get this thing working? thanks for the help.
 
jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20050428/32feb1dc/attachment.html


More information about the Tutor mailing list