Hi,

 

I’m trying to use PyInstaller 1.2 with Numpy 0.9.6 and getting the stack trace below ( it builds the executable but that fails when run ).  Sorry if this has been addressed before, I wish Pipermail had a search function for the mailing list..

 

Given a trivial script..

 

import numpy

print ‘hello world’

 

the built executable gives this stack trace..

 

No scipy-style subpackage 'testing' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp\

/_MEI2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'core' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/_M\

EI2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'lib' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/_ME\

I2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'linalg' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/\

_MEI2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'dft' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/_ME\

I2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'random' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/\

_MEI2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

No scipy-style subpackage 'f2py' found in /apps/work/are/trunk/exe/foo?2383260:/work/deva/temp/_M\

EI2281:/apps/work/are/trunk/exe/buildfoo/out1.pyz. Ignoring.

Traceback (most recent call last):

  File "<string>", line 1, in ?

  File "/work/deva/aif/pyinstaller_1.2/iu.py", line 312, in importHook

    mod = _self_doimport(nm, ctx, fqname)

  File "/work/deva/aif/pyinstaller_1.2/iu.py", line 398, in doimport

    exec co in mod.__dict__

  File "/apps/work/are/trunk/exe/buildfoo/out1.pyz/numpy", line 44, in ?

  File "/apps/work/are/trunk/exe/buildfoo/out1.pyz/numpy._import_tools", line 320, in get_pkgdocs

  File "/apps/work/are/trunk/exe/buildfoo/out1.pyz/numpy._import_tools", line 283, in _format_tit\

les

ValueError: max() arg is an empty sequence

 

Thanks,

Stefan

This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to