Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Ned Deily
In article , Orestis Markou wrote: > I'm not on my Mac right now, but I think that the system python is > actually in /System/Library rather than in /Library. If that's the > case, I think you can just remove /Library/Frameworks/Python and > update /usr/bin/python to point to vanilla Python. /u

Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Orestis Markou
I'm not on my Mac right now, but I think that the system python is actually in /System/Library rather than in /Library. If that's the case, I think you can just remove /Library/Frameworks/Python and update /usr/bin/python to point to vanilla Python. I would try renaming /Library/Frameworks/Python.

[Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Idan Gazit
Hi Folks, So a while back I tried installing (mac) python 2.6 on my leopard machine, mainly to poke around. Today I'm trying out some xcode/pyobjc stuff and I've been tearing my hair out wondering why nothing works as advertised. Turns out that xcode was building against python 2.6, which