ImportError: No module named zipextimporter on py2exe when { "compressed": 0 }

Barak, Ron Ron.Barak at lsi.com
Wed Sep 10 07:58:36 EDT 2008


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080910/7ad22489/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Setup.py
Type: application/octet-stream
Size: 3285 bytes
Desc: Setup.py
URL: <http://mail.python.org/pipermail/python-list/attachments/20080910/7ad22489/attachment.obj>


More information about the Python-list mailing list