[issue1602133] non-framework built python fails to define environ properly

2011-07-17 Thread Andrew Dalke
Andrew Dalke added the comment: I confirm that under Python 2.7.2 while trying to build a 3rd-party package (from rdkit.org) I get the error Linking CXX shared library ../../lib/libRDBoost.dylib ld: warning: path '/usr/local/lib/libpython2.7.a' following -L not a directory Undefined symbols:

[issue1602133] non-framework built python fails to define environ properly

2011-06-16 Thread John Whitney
John Whitney added the comment: I have also been experiencing this problem with _environ (using the latest Python - 2.7.2), and this patch works great. I'd love to see it committed so that I don't have to patch Python. -- nosy: +jjw ___ Python trac

[issue1602133] non-framework built python fails to define environ properly

2010-08-25 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is still a problem. Technically this only works accidently with a framework build, code that expects that '_environ' is defined in a shared library on OSX is broken. -- ___ Python tracker

[issue1602133] non-framework built python fails to define environ properly

2010-08-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Ronald is this still a problem or can this be closed? -- components: +Build nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker _

[issue1602133] non-framework built python fails to define environ properly

2009-04-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: I can reproduce this with a unix build of python2.5: * Install a unix build of python 2.5 (--with-pydebug) as /opt/python2.5-dbg * Install pyobjc 2.2-dev (from PyObjC's subversion repository) * Build the addressbook plugin example in pyobjc-framework-Addr

[issue1602133] non-framework built python fails to define environ properly

2009-01-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: I won't commit this patch because I cannot reproduce the problem. The python trunk works fine for my in these build configurations: unix- build (static library), unix-build (shared library), framework build. All of this on OSX 10.5. Can you please provide m

[issue1602133] non-framework built python fails to define environ properly

2008-05-02 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: The patch looks sane, I'm assigning the bug to myself to help me remember that I should take a closer look. -- assignee: jackjansen -> ronaldoussoren nosy: +ronaldoussoren _ Tracker <[EMAIL PROTE