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 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
