Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Samuel Halliday
Thanks, I figured that might be the case. Apple even seem to be shipping three different versions of Python this time around - and nobody wants to use them! Fundamentally, my problem is that I want to install a python library with easy_install and that is connected to the system Python.

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Chris Jones
Hi, PS: I'm increasingly becoming more opposed to mailing lists - they require so much setup. Is this community also active on http://stackoverflow.com/questions/tagged/macports ? I find Stack Overflow to be a much more natural place for these sorts of QAs, with mailing lists being

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Samuel Halliday
Nevermind, fixed this by updating my PATH export PATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/:$PATH -- Sam On 9 Aug 2012, at 09:09, Samuel Halliday sam.halli...@gmail.com wrote: Thanks, I figured that might be the case. Apple even seem to be shipping three

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Brandon Allbery
On Thu, Aug 9, 2012 at 4:09 AM, Samuel Halliday sam.halli...@gmail.comwrote: Fundamentally, my problem is that I want to install a python library with easy_install and that is connected to the system Python. Furthermore, I frequently come up against scripts that start The py??-distribute

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel Halliday wrote: Nevermind, fixed this by updating my PATH export PATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/:$PATH I personally just have MacPort's python27 installed, use a variation of that $PATH use

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-09 Thread Jasper Frumau
PS: I'm increasingly becoming more opposed to mailing lists - they require so much setup. Is this community also active on http://stackoverflow.com/questions/tagged/macports ? I find Stack Overflow to be a much more natural place for these sorts of QAs, with mailing lists being reserved

Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Sam Halliday
Hi all, I really don't want to install macport's Python, because Mountain Lion already comes with Python. If I uninstall python27 (and all the ports that depend on it) and issue port select --list python I get Available versions for python: none (active) Does this mean I can't select

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Brandon Allbery
On Wed, Aug 8, 2012 at 7:01 PM, Sam Halliday sam.halli...@gmail.com wrote: Furthermore, is it possible to install subversion-python27bindings against the system Python 2.7? No it is not, no this is not a bug, no it will not be fixed. This is also why there's no mechanism to select the

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Clemens Lang
On Wed, Aug 08, 2012 at 04:01:52PM -0700, Sam Halliday wrote: I really don't want to install macport's Python, because Mountain Lion already comes with Python. If I uninstall python27 (and all the ports that depend on it) and issue port select --list python I get Available versions for

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Ryan Schmidt
On Aug 8, 2012, at 18:01, Sam Halliday wrote: PS: is it possible to be subscribed to this mailing list so that I can post via nabble, but without receiving *ANY* e-mails? Google Groups makes such a thing very easy. Yes, this is possible. Go the mailing list page:

Re: Why can't I select the Mountain Lion Python 2.7?

2012-08-08 Thread Brandon Allbery
On Wed, Aug 8, 2012 at 7:40 PM, Clemens Lang c...@macports.org wrote: On Wed, Aug 08, 2012 at 07:09:16PM -0400, Brandon Allbery wrote: Homebrew was the most recent attempt by someone to pretend that avoiding the system-installed stuff is just being stupid or whatever. It, like everyone