[Tutor] missing module?
Kent Johnson
kent37 at tds.net
Mon May 2 13:52:21 CEST 2005
Jeff Peery wrote:
> 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.
This thread suggests you delete your build and dist folders and try again:
http://sourceforge.net/mailarchive/forum.php?thread_id=7023305&forum_id=40690
Kent
More information about the Tutor
mailing list