Hello all,
pyinstaller does a great job for me, this is my second product I am
releasing with it. Great.
One issue I stumble upon is this one:
from mpl_toolkits.axes_grid.parasite_axes import SubplotHost
yields in an error:
Traceback (most recent call last):
File "<string>", line 28, in <module>
File "C:\temp\pyinstaller-1.4\iu.py", line 436, in importHook
mod = _self_doimport(nm, ctx, fqname)
File "C:\temp\pyinstaller-1.4\iu.py", line 521, in doimport
exec co in mod.__dict__
File "application\build\pyi.win32\application\outPYZ1.pyz/
plotpanel", line 12,
in <module>
File "C:\temp\pyinstaller-1.4\iu.py", line 455, in importHook
raise ImportError, "No module named %s" % fqname
ImportError: No module named mpl_toolkits.axes_grid
Anyone got a clue ? I tried writing a hook but I'm afraid I didn't try
hard enough..
Regards,
Arian
--
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.