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
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
On 4/30/12 9:35 AM, Charlie Clark wrote:
--semi-standalone (-s) depend on an existing installation of Python
Not an option in my case, alas, but thanks for the suggestion. --K
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
___
Pythonmac-
Am 30.04.2012, 15:25 Uhr, schrieb Kevin Walzer :
Is there a flag I can pass to py2app to retain these symlinks? I can try
to add them manually later in my build script, but it's a pain and I'd
rather have py2app not strip them out in the first place.
You might try:
--semi-standalone (-s)
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) must
contain a symbolic link 'Python' -> 'Versions/Curr