Re: [Pyobjc-dev] Missing PyObjC on Leopard distribution
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-04-11 07:29:12
|
On Friday, April 11, 2008, at 09:24AM, "Mark Datko" <md...@gm...> wrote: >I have recently acquired a MacBook and am happily programming using >IDLE (Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53). > >I am keen to start exploring PyObjC but frustratingly it seems to be >missing from my installation. I added the developer tools from the >media on receipt of my Macbook and curiously have example folders with >PyObjC code in (dated August 2006). >On trying to run these I get missing module messages for objc, >foundation, and so on. > >Trying the link on the apple developer page >(to http://pyobjc.sourceforge.net/software/) I get a error page. > >Can anyone help? Is there a PyObjC 2.0 pkg for download anywhere ? Is >it present on my media anywhere? > >I'm currently at OS X 10.5.2 > >Many thanks in advance Most people that run into this problem have two copies of Python installed. Did you install python from the python.org website? Is there a python installation in /Library/Frameworks/Python.framework? If so, you should remove that version and use the system python instead. There is no seperate pyobjc installer at the moment. Ronald |