How to install pyobjc on SnowLeopard's non-default python installation

Posted by IgorJ on Stack Overflow See other posts from Stack Overflow or by IgorJ
Published on 2010-04-27T15:49:46Z Indexed on 2010/04/27 15:53 UTC
Read the original article Hit count: 451

Filed under:
|
|
|
|

Hi everybody. I'm having problems installing pyobjc on SnowLeopard.

It came with python 2.6 but I need 2.5 so I have installed 2.5 successfully. After that I have installed xcode. After that I have installed pyobjc with "easy_install-2.5 pyobjc"

But when I start my python 2.5 and from cmd line try to import Foundation, it says "no module named Foundation"

Of course, from 2.6 everything works fine. How do I find out what's wrong and what should i do?

© Stack Overflow or respective owner

Related posts about python

Related posts about pyobjc