Re: [ANN] NumPy 1.0b4 now available

2006-08-29 Thread Travis E. Oliphant
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 t

Re: [ANN] NumPy 1.0b4 now available

2006-08-28 Thread Bruce Who
Hi, Travis I can pack my scripts into an executable with py2exe, but errors occur once it runs: No scipy-style subpackage 'random' found in D:\test\dist\numpy. Ignoring: No module named info import core -> failed: No module named _internal import lib -> failed: 'module' object has no attribute '_

Re: [ANN] NumPy 1.0b4 now available

2006-08-27 Thread bruce.who.hk
t > 发送日期:2006-08-26 17:45:03 > 主题:[ANN] NumPy 1.0b4 now available >The 4th beta release of NumPy 1.0 has just been made available. > >NumPy 1.0 represents the culmination of over 18 months of work to unify >the Numeric and Numarray array packages into a single best-of-breed

[ANN] NumPy 1.0b4 now available

2006-08-26 Thread Travis E. Oliphant
The 4th beta release of NumPy 1.0 has just been made available. NumPy 1.0 represents the culmination of over 18 months of work to unify the Numeric and Numarray array packages into a single best-of-breed array package for Python. NumPy supports all the features of Numeric and Numarray with a he