Bruce Who wrote:
> Hi, Travis
> 
> I can pack my scripts into an executable with py2exe, but errors occur
> once it runs:

I suspect you need to force-include the numpy/core/_internal.py file by 
specifying it in your setup.py file as explained on the py2exe site. 
That module is only imported by the multiarraymodule.c file which I 
suspect py2exe can't automatically discern.

In 1.0 we removed the package-loader issues which are probably giving 
the scipy-style subpackage errors.  So, very likely you might be O.K. 
with the beta releases of 1.0 as long as you tell py2exe about 
numpy/core/_internal.py so that it gets included in the distribution.

Please post any successes.

Best,

-Travis

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to