Re: [Pythonmac-SIG] numarray and py2app

2006-06-25 Thread Bob Ippolito
On Jun 25, 2006, at 3:54 PM, robin meier wrote: > hello pythonistas, > > i have this python script which makes use of numarray and > numarray.random_array. > i manage to run python setup.py py2app -A and mange to create a > distributable application when not loading the two numarray libraries. >

[Pythonmac-SIG] numarray and py2app

2006-06-25 Thread robin meier
hello pythonistas, i have this python script which makes use of numarray and numarray.random_array. i manage to run python setup.py py2app -A and mange to create a distributable application when not loading the two numarray libraries. but when i run python setup.py py2app with the numarray li