Could you please look to folder: c:\Python27\Lib\site-packages
if there is folder zope (the missing modules) and if there is in the zope folder file '__init__.py'. If the init file is missing there, try to create it there and running pyinstaller again. Ram píše v Po 17. 01. 2011 v 14:55 -0800: > Thanks. Now it gives me another error... > > D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5-rc1 > \run_gui>dist > \run_gui\run_gui.exe > Import Error: No module named zope > Traceback (most recent call last): > File "<string>", line 16, in <module> > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 436, in importHook > mod = _self_doimport(nm, ctx, fqname) > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 521, in doimport > exec co in mod.__dict__ > File "run_gui\build\pyi.win32\run_gui\outPYZ1.pyz/.newui.gui", line > 29, in <module> > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 436, in importHook > mod = _self_doimport(nm, ctx, fqname) > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 521, in doimport > exec co in mod.__dict__ > File "run_gui\build\pyi.win32\run_gui > \outPYZ1.pyz/.browse.BrowseWidget", line 37, in <module> > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 477, in importHook > mod = self.doimport(nm, ctx, ctx+'.'+nm) > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 521, in doimport > exec co in mod.__dict__ > File "run_gui\build\pyi.win32\run_gui\outPYZ1.pyz/ > twisted.internet.reactor", line 37, in <module> > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 477, in importHook > mod = self.doimport(nm, ctx, ctx+'.'+nm) > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line 521, in doimport > exec co in mod.__dict__ > File "run_gui\build\pyi.win32\run_gui\outPYZ1.pyz/ > twisted.internet.selectreactor", line 17, in <module> > File "D:\cygwin\tmp\temp\pyinstaller-1.5-rc1\pyinstaller-1.5- > rc1\iu.py", line455, in importHook > raise ImportError, "No module named %s" % fqname > ImportError: No module named zope -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
