Ronald Oussoren added the comment:

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.

----------
nosy: +ned.deily
versions: +Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1602133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to