ImportError: No module named zipextimporter on py2exe when {

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Barak, Ron

    ImportError: No module named zipextimporter on py2exe when {

    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\d pm09\build
    creating c:\Documents and Settings\rbarak \rbarak_devel\d pm09\build\bdis t.win32
    creating c:\Documents and Settings\rbarak \rbarak_devel\d pm09\build\bdis t.win32\winexe
    creating c:\Documents and Settings\rbarak \rbarak_devel\d pm09\build\bdis t.win32\winexe\ collect-2.5
    creating c:\Documents and Settings\rbarak \rbarak_devel\d pm09\build\bdis t.win32\winexe\ bundle-2.5
    creating c:\Documents and Settings\rbarak \rbarak_devel\d pm09\build\bdis t.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\li b\distutils\cor e.py", line 151, in setup
    dist.run_comman ds()
    File "C:\Python25\li b\distutils\dis t.py", line 974, in run_commands
    self.run_comman d(cmd)
    File "C:\Python25\li b\distutils\dis t.py", line 994, in run_command
    cmd_obj.run()
    File "c:\Python25\li b\site-packages\py2exe \build_exe.py", line 228, in run
    self._run()
    File "c:\Python25\li b\site-packages\py2exe \build_exe.py", line 281, in _run
    self.find_neede d_modules(mf, required_files, required_module s)
    File "c:\Python25\li b\site-packages\py2exe \build_exe.py", line 1202, in find_needed_mod ules
    mf.import_hook( mod)
    File "c:\Python25\li b\site-packages\py2exe \mf.py", line 716, in import_hook
    return Base.import_hoo k(self,name,cal ler,fromlist,le vel)
    File "c:\Python25\li b\site-packages\py2exe \mf.py", line 136, in import_hook
    q, tail = self.find_head_ package(parent, name)
    File "c:\Python25\li b\site-packages\py2exe \mf.py", line 204, in find_head_packa ge
    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.

Working...