Thomas Heller wote: [..] > Tim schrieb: [...] > > > File "...boot_common.py" ... no module name linecache > > > File "<install zipextimporter> ... no module named zipextimporter > > > File "my.py" ... no module name optparse [...] > Another tip: You can examine what is in the zipfile, or the exe (if using > zipfile=None) when you rename the file to a *.zip file, and open it with > winzip or another archiver.
I clean before every compile. When I look at the exe as a zip I see all the modules in the error message: optparse.pyc, zipextimporter.pyc, and linecache.pyc. I don't see boot_common.py. Why is it being called? -- Tim -- http://mail.python.org/mailman/listinfo/python-list