[Pyobjc-dev] A couple PyObjC questions
Brought to you by:
ronaldoussoren
From: Mani G. <ma...@tu...> - 2010-01-20 16:01:22
|
Hi everyone, I have a couple hopefully simple questions about PyObjC, and would highly appreciate your responses! - If I build a (standard Xcode template) PyObjC app on a Leopard 10.5 machine (with all the system updates), would this app use the version of PyObjC installed on the build system (2.0), or would it use the version of PyObjC on the system it is being run on? i.e. PyObjC 2.2 on SL. - Is it safe to upgrade to PyObjC 2.2 on my Leopard machine (I'd like to do this to see if it resolves some serious memory leaks in my app)? If so, what is the correct way to do so? I have tried 'sudo easy_install pyobjc==2.2', to no avail, it keeps telling me to upgrade my version of setuptools to 0.6c7, when in fact I have 0.6c11 installed, and running easy_install -U setuptools doesn't resolve the issue (this is probably a bug). Thanks in advance, Mani |