This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients BreamoreBoy, dalke, dcolish, ihavetopee, jackjansen, jjw, ned.deily, ronaldoussoren, skiolding
Date 2013-01-14.13:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358170116.7.0.474319885319.issue1602133@psf.upfronthosting.co.za>
In-reply-to
Content
The patch didn't work for me because I manually applied and missed a bit. The patches fixes <https://bitbucket.org/ronaldoussoren/py2app/issue/81> for me, and the environ(7) manpage also indicates that the call to _NSEnvironment is needed in shared libraries. 

I've attached a slightly different version of the patch that only enabled the _NSGetEnvironment path for shared library builds (--enable-shared and --enable-framework) and doesn't change anything for the default static builds.

Ned: I think this is a bugfix and should be merged into all active branches. Do you agree? If so, I'll apply the patch.
History
Date User Action Args
2013-01-14 13:28:36ronaldoussorensetrecipients: + ronaldoussoren, jackjansen, dalke, skiolding, ihavetopee, ned.deily, BreamoreBoy, dcolish, jjw
2013-01-14 13:28:36ronaldoussorensetmessageid: <1358170116.7.0.474319885319.issue1602133@psf.upfronthosting.co.za>
2013-01-14 13:28:36ronaldoussorenlinkissue1602133 messages
2013-01-14 13:28:36ronaldoussorencreate