[Pythonmac-SIG] numarray and py2app

Bob Ippolito bob at redivi.com
Mon Jun 26 01:29:28 CEST 2006


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.
> but when i run python setup.py py2app with the numarray libs, the
> process ends with

py2app -A does not create redistributable applications.

> /usr/bin/strip: for architecture i386 object: /somxmlsrc/dist/
> SomXML.app/Contents/MacOS/SomXML malformed object (unknown flavor for
> flavor number 0 in LC_UNIXTHREAD command 14 can't byte swap it)
>
> anyone know why? what can i do to remedy this?
> thank you for your help,

Must be a bug in macholib I guess. If you can send me something that  
I can use to reproduce that problem I'll take a look at it eventually.

-bob



More information about the Pythonmac-SIG mailing list