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 ihavetopee, jackjansen, ronaldoussoren, skiolding
Date 2009-04-19.10:45:21
SpamBayes Score 3.5945786e-09
Marked as misclassified No
Message-id <1240137923.99.0.0272900440112.issue1602133@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-19 10:45:24ronaldoussorensetrecipients: + ronaldoussoren, jackjansen, skiolding, ihavetopee
2009-04-19 10:45:23ronaldoussorensetmessageid: <1240137923.99.0.0272900440112.issue1602133@psf.upfronthosting.co.za>
2009-04-19 10:45:22ronaldoussorenlinkissue1602133 messages
2009-04-19 10:45:21ronaldoussorencreate