Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-10 Thread Ondřej Čertík
On Thu, Jan 10, 2013 at 9:26 AM, Chris Barker - NOAA Federal wrote: > Ondřej, Vincent, and Ralf (and others..) > > Thank you so much for doing all this -- it's a great service to the > MacPython community. Chris, thank you for your help as well! Ondrej ___

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-10 Thread Ondřej Čertík
On Wed, Jan 9, 2013 at 11:21 PM, Ralf Gommers wrote: > Sure, no problem. For the part that needs to be built on 10.6 that is. > Vincent's box still has 10.5, right? Yes. Ondrej ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.sc

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-10 Thread Chris Barker - NOAA Federal
Ondřej, Vincent, and Ralf (and others..) Thank you so much for doing all this -- it's a great service to the MacPython community. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-09 Thread Ralf Gommers
On Thu, Jan 10, 2013 at 3:55 AM, Ondřej Čertík wrote: > On Tue, Jan 8, 2013 at 8:45 AM, Chris Barker - NOAA Federal > wrote: > > On Mon, Jan 7, 2013 at 10:23 PM, Ondřej Čertík > wrote: > >>> > http://www.commandlinefu.com/commands/view/2031/install-an-mpkg-from-the-command-line-on-osx > >> > >>

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-09 Thread Ondřej Čertík
On Tue, Jan 8, 2013 at 8:45 AM, Chris Barker - NOAA Federal wrote: > On Mon, Jan 7, 2013 at 10:23 PM, Ondřej Čertík > wrote: >>> http://www.commandlinefu.com/commands/view/2031/install-an-mpkg-from-the-command-line-on-osx >> >> This requires root access. Without sudo, I get: >> >> $ installer -p

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-08 Thread Chris Barker - NOAA Federal
On Mon, Jan 7, 2013 at 10:23 PM, Ondřej Čertík wrote: >> http://www.commandlinefu.com/commands/view/2031/install-an-mpkg-from-the-command-line-on-osx > > This requires root access. Without sudo, I get: > > $ installer -pkg /Volumes/Python\ 2.7.3/Python.mpkg/ -target ondrej > installer: This packag

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-08 Thread Ondřej Čertík
On Mon, Jan 7, 2013 at 11:36 PM, Ralf Gommers wrote: > > > > On Tue, Jan 8, 2013 at 3:12 AM, Ondřej Čertík > wrote: >> >> On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers >> wrote: >> > >> > >> > >> > On Sun, Jan 6, 2013 at 3:21 AM, Ondřej Čertík >> > wrote: >> >> >> >> Hi, >> >> >> >> Currently th

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-08 Thread David Cournapeau
On Mon, Jan 7, 2013 at 7:31 AM, Matthew Brett wrote: > Hi, > > On Sun, Jan 6, 2013 at 10:40 PM, Chris Barker - NOAA Federal > wrote: >> On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers wrote: Which exact Python do we need to use on Mac? Do we need to use the binary installer from python.or

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Ralf Gommers
On Tue, Jan 8, 2013 at 3:12 AM, Ondřej Čertík wrote: > On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers > wrote: > > > > > > > > On Sun, Jan 6, 2013 at 3:21 AM, Ondřej Čertík > > wrote: > >> > >> Hi, > >> > >> Currently the NumPy binaries are built using the pavement.py script, > >> which uses the f

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Ondřej Čertík
On Mon, Jan 7, 2013 at 8:41 PM, Chris Barker - NOAA Federal wrote: > On Mon, Jan 7, 2013 at 6:09 PM, Ondřej Čertík wrote: >> Is it possible to install the dmg images without root access from the >> command line? > > I've never tried, but it looks like you can: > > http://www.commandlinefu.com/com

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Chris Barker - NOAA Federal
On Mon, Jan 7, 2013 at 6:09 PM, Ondřej Čertík wrote: > Is it possible to install the dmg images without root access from the > command line? I've never tried, but it looks like you can: http://www.commandlinefu.com/commands/view/2031/install-an-mpkg-from-the-command-line-on-osx > But I am not

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Ondřej Čertík
On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers wrote: > > > > On Sun, Jan 6, 2013 at 3:21 AM, Ondřej Čertík > wrote: >> >> Hi, >> >> Currently the NumPy binaries are built using the pavement.py script, >> which uses the following Pythons: >> >> MPKG_PYTHON = { >> "2.5": >> ["/Library/Framew

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Ondřej Čertík
On Sun, Jan 6, 2013 at 2:40 PM, Chris Barker - NOAA Federal wrote: > On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers wrote: >>> Which exact Python do we need to use on Mac? Do we need to use the >>> binary installer from python.org? >> >> Yes, the one from python.org. >> >>> Or can I install it from

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Matthew Brett
Hi, On Mon, Jan 7, 2013 at 5:48 PM, Chris Barker - NOAA Federal wrote: > On Mon, Jan 7, 2013 at 5:31 AM, Matthew Brett wrote: > >> I updated my fork of bdist_mpkg with Python 3k support. It doesn't >> have any tests that I could see, but I've run it on python 2.6 and 3.2 >> and 3.3 on one of my

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Chris Barker - NOAA Federal
On Mon, Jan 7, 2013 at 10:19 AM, Robert Lupton the Good wrote: > I am sympathetic with this attitude ("Avoid using system Python for > anything"), but I don't think it's the right one. For example, the project > I'm working on (HSC/LSST for astrofolk) is using python/C++ for astronomical > ima

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Robert Lupton the Good
I am sympathetic with this attitude ("Avoid using system Python for anything"), but I don't think it's the right one. For example, the project I'm working on (HSC/LSST for astrofolk) is using python/C++ for astronomical imaging, and we expect to have the code running on a significant number of

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Chris Barker - NOAA Federal
On Mon, Jan 7, 2013 at 5:31 AM, Matthew Brett wrote: > I updated my fork of bdist_mpkg with Python 3k support. It doesn't > have any tests that I could see, but I've run it on python 2.6 and 3.2 > and 3.3 on one of my packages as a first pass. Have you been in communication with Ronald Oussoren

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-07 Thread Matthew Brett
Hi, On Sun, Jan 6, 2013 at 10:40 PM, Chris Barker - NOAA Federal wrote: > On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers wrote: >>> Which exact Python do we need to use on Mac? Do we need to use the >>> binary installer from python.org? >> >> Yes, the one from python.org. >> >>> Or can I install i

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-06 Thread Chris Barker - NOAA Federal
On Sun, Jan 6, 2013 at 2:04 AM, Ralf Gommers wrote: >> Which exact Python do we need to use on Mac? Do we need to use the >> binary installer from python.org? > > Yes, the one from python.org. > >> Or can I install it from source? you could install from source using the same method that the pytho

Re: [Numpy-discussion] Which Python to use for Mac binaries

2013-01-06 Thread Ralf Gommers
On Sun, Jan 6, 2013 at 3:21 AM, Ondřej Čertík wrote: > Hi, > > Currently the NumPy binaries are built using the pavement.py script, > which uses the following Pythons: > > MPKG_PYTHON = { > "2.5": > ["/Library/Frameworks/Python.framework/Versions/2.5/bin/python"], > "2.6": > ["/Lib

[Numpy-discussion] Which Python to use for Mac binaries

2013-01-05 Thread Ondřej Čertík
Hi, Currently the NumPy binaries are built using the pavement.py script, which uses the following Pythons: MPKG_PYTHON = { "2.5": ["/Library/Frameworks/Python.framework/Versions/2.5/bin/python"], "2.6": ["/Library/Frameworks/Python.framework/Versions/2.6/bin/python"], "2.7