Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread Ronald Oussoren
On 5 Feb, 2007, at 22:04, altern wrote: > Ronald Oussoren wrote: >> On 5 Feb, 2007, at 18:30, Chris Van Bael wrote: >>> Hi, >>> >>> I'm getting essentially the same error for some time now. >>> Could anybody please explain what is going wrong here exactly, >>> because >>> me and some other peop

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread altern
Ronald Oussoren wrote: > On 5 Feb, 2007, at 18:30, Chris Van Bael wrote: > >> Hi, >> >> I'm getting essentially the same error for some time now. >> Could anybody please explain what is going wrong here exactly, because >> me and some other people are having the same error and re-installing >> py2

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread Ronald Oussoren
On 5 Feb, 2007, at 18:30, Chris Van Bael wrote: > Hi, > > I'm getting essentially the same error for some time now. > Could anybody please explain what is going wrong here exactly, because > me and some other people are having the same error and re-installing > py2app doesn't fix the problem. > >

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread Bob Ippolito
As I said, it's some bug in macholib that causes it to produce an executable that isn't formed correctly. The fix for the problem is to find and fix whatever bug this happens to be in macholib. Personally I won't have time to look at this problem for a while. -bob On 2/5/07, Chris Van Bael <[EMAI

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread Chris Van Bael
Hi, I'm getting essentially the same error for some time now. Could anybody please explain what is going wrong here exactly, because me and some other people are having the same error and re-installing py2app doesn't fix the problem. See: http://mail.python.org/pipermail/pythonmac-sig/2007-Januar

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread Bob Ippolito
When you see an error like that, it means there's a bug in macholib that caused it to produce a bogus file. Turning strip off doesn't really fix anything... -bob On 2/5/07, altern <[EMAIL PROTECTED]> wrote: > hi again > > I solved the problem by doing > $ python setup.py py2app --no-strip > > I r

Re: [Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread altern
hi again I solved the problem by doing $ python setup.py py2app --no-strip I read this about strip --strip (-S)strip debug and local symbols from output (on by default, for compatibility) could anyone explain a bit more about what this is? or maybe point to

[Pythonmac-SIG] py2app error with /usr/bin/strip

2007-02-05 Thread altern
Hi I am getting this error when trying to use py2app. $ py2applet --make-setup glut_opengl.py $ python setup.py py2app ... ... stripping bz2.so stripping zlib.so stripping _codecs_tw.so stripping umath.so stripping binascii.so /usr/bin/strip: for architecture i386 object: /Users/xxx/ixi/python/d