I have a set of python code that make heavy use of numpy/scipy

I followed the doc to configure, makespec, and build the .exe and get


  File "C:\temp\py26win\iu.py", line 436, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "C:\temp\py26win\iu.py", line 521, in doimport
    exec co in mod.__dict__
  File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection
\outPYZ1.pyz/mergeTS", line 2, in <module>
  File "C:\temp\py26win\iu.py", line 477, in importHook
    mod = self.doimport(nm, ctx, ctx+'.'+nm)
  File "C:\temp\py26win\iu.py", line 521, in doimport
    exec co in mod.__dict__
  File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection
\outPYZ1.pyz/scipy.interpolate", line 15, in <module>
  File "C:\temp\py26win\iu.py", line 436, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "C:\temp\py26win\iu.py", line 521, in doimport
    exec co in mod.__dict__
  File "RunOptionAProjection\build\pyi.win32\RunOptionAProjection
\outPYZ1.pyz/scipy.interpolate.polyint", line 2, in <module>
ImportError: cannot import name factorial

Any thought?

-- 
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.

Reply via email to