Re: [Pyobjc-dev] Exceptions on calling super
Brought to you by:
ronaldoussoren
From: Dirk S. <dir...@ma...> - 2009-09-21 10:46:11
|
On Sep 17, 2009, at 5:39 PM, Dirk Stoop wrote: > We're targetting Leopard and are currently still running on PyObjC > 2.2b6 (because getting later releases to actually build the app on > Leopard has proven to be quite hard, and we're on a tight schedule, I > haven't upgraded to something newer yet). Oops, that should've been 2.2b2. I just tried to install the latest and greatest from trunk on Leopard, so I can benefit from Ronald's latest fixes, but I'm getting errors on an unfound symbol, called: _PyType_Modified whenever I try to import objc. Ronald responded to someone with the same or a similar issue over here a little while ago: > http://www.gossamer-threads.com/lists/python/bugs/771198?do=post_view_flat#771198 Does anyone know what specific issues there might be with a Python installation that result in this "_PyType_Modified" to not be defined? -- I'm using a custom installed Python 2.5.4 on Leopard, because the standard installation has issues with building for PPC and Intel. Thanks in advance, - Dirk |