How to install pyobjc on SnowLeopard's non-default python installation
- by IgorJ
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?