ImportError: No module named zipextimporter on py2exe when {

B

Barak, Ron

Hi,

I'm trying to compile using py2exe, and am getting the following:

$ python_win Setup.py py2exe
running py2exe
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\collect-2.5
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\bundle-2.5
creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\temp
*** searching for required modules ***
Traceback (most recent call last):
File "Setup.py", line 96, in <module>
windows = [test_wx]
File "C:\Python25\lib\distutils\core.py", line 151, in setup
dist.run_commands()
File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands
self.run_command(cmd)
File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
cmd_obj.run()
File "c:\Python25\lib\site-packages\py2exe\build_exe.py", line 228, in run
self._run()
File "c:\Python25\lib\site-packages\py2exe\build_exe.py", line 281, in _run
self.find_needed_modules(mf, required_files, required_modules)
File "c:\Python25\lib\site-packages\py2exe\build_exe.py", line 1202, in find_needed_modules
mf.import_hook(mod)
File "c:\Python25\lib\site-packages\py2exe\mf.py", line 716, in import_hook
return Base.import_hook(self,name,caller,fromlist,level)
File "c:\Python25\lib\site-packages\py2exe\mf.py", line 136, in import_hook
q, tail = self.find_head_package(parent, name)
File "c:\Python25\lib\site-packages\py2exe\mf.py", line 204, in find_head_package
raise ImportError, "No module named " + qname
ImportError: No module named zipextimporter
My Setup.py (produced by GUI2Exe) is attached.

Note that I set compressed to 0 in Setup.py (options = {"py2exe": {"compressed": 0), but it does not help.

Any ideas ?

Bye,
Ron.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top