Re: [Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories

2009-05-26 Thread Kel Solaar
otmail.com Subject: Re: [Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories Date: Tue, 26 May 2009 09:03:11 +0200 That is indeed annoying. As a workaround you could remove the .dsym directories manually. This should obviously be fixed in py2app itself, when it strips debug sym

Re: [Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories

2009-05-26 Thread Ronald Oussoren
That is indeed annoying. As a workaround you could remove the .dsym directories manually. This should obviously be fixed in py2app itself, when it strips debug symbols from executable files it should also remove .dsym directories. I've added this to my list, but wouldn't mind if someone

[Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories

2009-05-25 Thread Kel Solaar
Hello :) Py2App seems to fail stripping my .dSYM directories. This one for example is currently around 210 mo and bundled every time : MyApp.app/Contents/Frameworks/QtGui.framework/QtGui_debug.dSYM I have those related messages : /usr/bin/strip: input object file stripped: /Users/KelSolaar/Docu