Re: [Pyobjc-dev] PyObjC and OSX versions
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-03-30 13:02:51
|
On 25 Mar, 2010, at 21:28, David Bolen wrote: > > For anyone else reading this down the road who may be interested, I > ran into various strange failures initially trying to use the older > tool versions with more recent Python interpreters and libraries under > 10.6. Backing off to PyObjC 1.4 alone generated errors from > NibClassBuilder.extractClasses() trying to load my main nib (something > Aahz also remarked on in his post). NibClassBuilder shouldn't be used in code that's developed on OSX 10.5 or later, the latest tools no longer generate the metadata that is used by this module. Futhermore Xcode on OSX 10.5 or later knows enough of Python and PyObjC to take away the need for NibClassBuilder. Ronald |