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

Ronald Oussoren report at bugs.python.org
Sun Apr 19 12:45:23 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> 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-AddressBook

* Install said plugin and open the AddressBook application

* The plugin won't load, and the console will mention that _environ 
  cannot be found.

I haven't tested this with python 2.6 or later yet, 2.5 happens to be 
the version of Python I test PyObjC with.

----------
resolution: works for me -> accepted
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1602133>
_______________________________________


More information about the Python-bugs-list mailing list