<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008>Hi,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=120275211-10092008>I'm trying to 
compile using py2exe, and am getting the following:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=120275211-10092008><FONT 
face="Courier New">$ python_win Setup.py py2exe <BR>running py2exe<BR>creating 
c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build<BR>creating 
c:\Documents and 
Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32<BR>creating c:\Documents 
and Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe<BR>creating 
c:\Documents and 
Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\collect-2.5<BR>creating 
c:\Documents and 
Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\bundle-2.5<BR>creating 
c:\Documents and 
Settings\rbarak\rbarak_devel\dpm09\build\bdist.win32\winexe\temp<BR>*** 
searching for required modules ***<BR>Traceback (most recent call 
last):<BR>  File "Setup.py", line 96, in 
<module><BR>    windows = [test_wx]<BR>  File 
"C:\Python25\lib\distutils\core.py", line 151, in setup<BR>    
dist.run_commands()<BR>  File "C:\Python25\lib\distutils\dist.py", line 
974, in run_commands<BR>    self.run_command(cmd)<BR>  File 
"C:\Python25\lib\distutils\dist.py", line 994, in 
run_command<BR>    cmd_obj.run()<BR>  File 
"c:\Python25\lib\site-packages\py2exe\build_exe.py", line 228, in 
run<BR>    self._run()<BR>  File 
"c:\Python25\lib\site-packages\py2exe\build_exe.py", line 281, in 
_run<BR>    self.find_needed_modules(mf, required_files, 
required_modules)<BR>  File 
"c:\Python25\lib\site-packages\py2exe\build_exe.py", line 1202, in 
find_needed_modules<BR>    mf.import_hook(mod)<BR>  File 
"c:\Python25\lib\site-packages\py2exe\mf.py", line 716, in 
import_hook<BR>    return 
Base.import_hook(self,name,caller,fromlist,level)<BR>  File 
"c:\Python25\lib\site-packages\py2exe\mf.py", line 136, in 
import_hook<BR>    q, tail = self.find_head_package(parent, 
name)<BR>  File "c:\Python25\lib\site-packages\py2exe\mf.py", line 204, in 
find_head_package<BR><FONT color=#ff0000>    raise ImportError, 
"No module named " + qname<BR>ImportError: No module named 
zipextimporter</FONT></FONT><BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=120275211-10092008>My Setup.py 
(produced by GUI2Exe) is attached.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=120275211-10092008>Note that I set 
compressed to 0 in Setup.py (<FONT face="Courier New">options = {"py2exe": 
{"compressed": 0</FONT>), but it does not help.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=120275211-10092008>Any ideas 
?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008>Bye,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=120275211-10092008>Ron.</SPAN></FONT><FONT face=Arial size=2><SPAN 
class=120275211-10092008></DIV></SPAN></FONT></BODY></HTML>