Re: [Pythonmac-SIG] Help with Py2app

2012-05-02 Thread Charlie Clark
Am 30.04.2012, 23:16 Uhr, schrieb Chris Barker : (dont' forget to include pythonmac-sig -- it's not doen with a standard reply.) Sorry, I forgot. On Mon, Apr 30, 2012 at 2:07 PM, Charlie Clark wrote: That's a setuptools (or distribute) feature, and should be in the primary setup.py that

Re: [Pythonmac-SIG] py2app strips symlinks in frameworks, need to keep them

2012-05-02 Thread Ronald Oussoren
On 30 Apr, 2012, at 15:25, Kevin Walzer wrote: > I've had an app rejected from the Mac App Store because required symlinks > were not present in the bundled Python framework: > > Malformed Framework - The framework bundle Python > (QuickWho.app/Contents/Frameworks/Python.framework/Versions/2.7

Re: [Pythonmac-SIG] py2app and zlib ...

2012-05-02 Thread Ronald Oussoren
On 29 Apr, 2012, at 8:43, Jonathan Kossick wrote: > Hello, I already worked with py2exe and just started to use py2app. > Actually I have some problems to include the zlib library. Under py2exe I > includet the library in the options but under Mac I get this error: > > error: cannot copy tree

Re: [Pythonmac-SIG] py2app strips symlinks in frameworks, need to keep them

2012-05-02 Thread Kevin Walzer
Ronald, On 5/2/12 5:57 AM, Ronald Oussoren wrote: I've filed a feature request in the py2app tracker that asks to always recreate the "Current" symlink:https://bitbucket.org/ronaldoussoren/py2app/issue/43/add-current-symlink-to-embedded-frameworks Thank you. Also, see the earlier e-mail: the