Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Ned Deily
In article <9b202abc1001051850o70d5262araf1e3fd84a168...@mail.gmail.com>, Adam Morris wrote: > OK I've figured it out. After spending another morning doing a clean > re-install (the do do do intro song is catchy the first time but lame after > three... :) > > To get PyObjC working on Python 2.6

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Adam Morris
OK I've figured it out. After spending another morning doing a clean re-install (the do do do intro song is catchy the first time but lame after three... :) To get PyObjC working on Python 2.6.4: Install Python 2.6.4 Install setuptools for 2.6.4 Install PyObjC using setuptools This process was n

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Ned Deily
In article <49841e6f-aa0e-4e7b-bb1a-16170308f...@optonline.net>, Charles Turner wrote: > Also, given that both "pythons" in /usr/bin and /usr/local/bin are > symlinks, you can rename these to suit your organizational requirements. Don't change the /usr/bin/python symlink or any other existing

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Charles Turner
On Jan 5, 2010, at 8:07 AM, Ronald Oussoren wrote: There is a system installation of Python in /System/Library/ Frameworks, and you can add other Python installations yourself. The 2.6.4 installer at python.org installs 2.6.4 in /Library/ Framework. These different installations are comple

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Ronald Oussoren
On 5 Jan, 2010, at 14:02, Adam Morris wrote: > >That's probably because you use 2.6.4 when running interactively and the > >system python when using > >FastScripts. > > You hit the nail on the head. Printing sys.version resulted in 2.6.1. Wasn't > expecting that, because I had updated previou

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Adam Morris
>That's probably because you use 2.6.4 when running interactively and the system python when using >FastScripts. You hit the nail on the head. Printing sys.version resulted in 2.6.1. Wasn't expecting that, because I had updated previously on my other system and everything seemed to "just work." >

Re: [Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Ronald Oussoren
On 5 Jan, 2010, at 11:54, Adam Morris wrote: > Hi all, > > Just trying to get my system set up for some coding ... decided to reinstall > everything (Snow Leopard) from scratch. What a mistake that was. > > I updated to 10.6.2, installed Xcode and THEN installed python 2.6.4. I think > that m

[Pythonmac-SIG] path, xcode, and python

2010-01-05 Thread Adam Morris
Hi all, Just trying to get my system set up for some coding ... decided to reinstall everything (Snow Leopard) from scratch. What a mistake that was. I updated to 10.6.2, installed Xcode and THEN installed python 2.6.4. I think that might have something to do with two problems I'm seeing. The maj