[ANN] NumPy 1.0b4 now available

Travis E. Oliphant oliphant.travis at ieee.org
Wed Aug 30 02:40:51 EDT 2006


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




More information about the Python-list mailing list