Hello,
I'm trying to make an exe from a simple application using Qwt to plot
some data. But it gives some problems.
When executing the generated .exe I get this output.
Traceback (most recent call last):
File "<string>", line 7, in <module>
File "E:\Angel\pyinstaller_svn\iu.py", line 427, in importHook
mod = _self_doimport(nm, ctx, fqname)
File "E:\Angel\pyinstaller_svn\iu.py", line 512, in doimport
exec co in mod.__dict__
File "viewer\build\pyi.win32\viewer\outPYZ1.pyz/PyQt4.Qwt5", line
32, in <module>
File "E:\Angel\pyinstaller_svn\iu.py", line 427, in importHook
mod = _self_doimport(nm, ctx, fqname)
File "E:\Angel\pyinstaller_svn\iu.py", line 486, in doimport
mod = importfunc(nm)
File "E:\Angel\pyinstaller_svn\iu.py", line 292, in getmod
mod = owner.getmod(nm)
File "E:\Angel\pyinstaller_svn\archive.py", line 463, in getmod
return iu.DirOwner.getmod(self, self.prefix+'.'+nm)
File "E:\Angel\pyinstaller_svn\iu.py", line 109, in getmod
mod = imp.load_module(nm, fp, attempt, (ext, mode, typ))
File "E:\Angel\pyinstaller_svn\iu.py", line 446, in importHook
raise ImportError, "No module named %s" % fqname
ImportError: No module named PyQt4.QtSvg
Somebody knows how to include Qwt stuff for the use with pyinstaller??
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---