[Pyobjc-dev] Getting started confusion
Brought to you by:
ronaldoussoren
From: Scott H. <sco...@gm...> - 2010-05-13 19:35:53
|
I'm running on 10.6.2 with no other Python than the Apple supplied version. After looking a the docs and mailing list I'm still a bit confused. If I do this: "easy_install pyobjc==2.2" I'll end up installing 2.2 over the 2.2b3 that comes with my system and that's bad, right? So should I install another version of Python and make sure that that python is in front of the system Python in my path so that I install PyObjC against that? Can I just stick with the supplied version of PyObjC and python? What's the downside there? What's the recommended setup for PyObjC development? Thanks, -Scott |