[Pythonmac-SIG] Running PyObjC projects after installing 3.3 for testing

2011-08-23 Thread Vinay Sajip
I've installed Python 3.3 for some testing on a Leopard machine, and now a 2.x PyObjC application won't run from its bundle because the 3.3 binary in /Library/Frameworks/Python.framework is picked up. Of course if I run python MyBundled.App/Contents/Resources/main.py the system Python (2.5.1) is

Re: [Pythonmac-SIG] Running PyObjC projects after installing 3.3 for testing

2011-08-23 Thread Vinay Sajip
Vinay Sajip yahoo.co.uk> writes: > I've considered that it might be a build-time thing, but looking at XCode > (3.1.4) preferences, I can't see how to specify a particular Python to use. Additional info: if I look at "Get Info" for the Python.framework, it shows the one in /System/Library/Frame