Re: [Numpy-discussion] Leopard install

2009-05-16 Thread ljhardy
I'm continuing to have this problem. I have installed Python 2.6.2 from the source that is found on www.python.org. I'm running Leopard 10.5.7. Entering python from the shell shows: Python 2.6.2 (r262:71600, May 16 2009, 19:04:59) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type help,

Re: [Numpy-discussion] Leopard install

2009-05-16 Thread Robert Kern
On Sat, May 16, 2009 at 19:26, ljhardy ljha...@gmail.com wrote: I'm continuing to have this problem.  I have installed Python 2.6.2 from the source that is found on www.python.org.  I'm running Leopard 10.5.7. You cannot use a binary of numpy built for Python 2.5 with your Python 2.6. --

Re: [Numpy-discussion] Leopard install

2009-04-19 Thread Christopher Burns
When I built the numpy binary last year I used the svn trunk of bdist_mpkg and changed the module that builds the info.plist (diff below). This was much easier then modifying the package after it's built. Chris Index: bdist_mpkg/plists.py

Re: [Numpy-discussion] Leopard install

2009-04-15 Thread David Cournapeau
chris.bar...@noaa.gov wrote: I think I'd prefer to patch bdist_mpkg, rather than re-writing or forking. If you manage to do what you want as a command, then yes, forking does not make any sense. It is just that I am tired of wasting my time with distutils-related codebase :) cheers,

Re: [Numpy-discussion] Leopard install

2009-04-15 Thread Chris . Barker
David Cournapeau wrote: chris.bar...@noaa.gov wrote: I think I'd prefer to patch bdist_mpkg, rather than re-writing or forking. If you manage to do what you want as a command, then yes, forking does not make any sense. It is just that I am tired of wasting my time with distutils-related

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Chris . Barker
David Cournapeau wrote: yes, that's it -- system Python is a misnomer. I really should figure out how to change that message. It is set-up in the info.plist as built by bdist_mpkg, so I guess changing this file should be enough - this should be easy to test :) yup. It's pretty easy to

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Gael Varoquaux
On Tue, Apr 14, 2009 at 07:31:21PM -0700, chris.bar...@noaa.gov wrote: I think I'd prefer to patch bdist_mpkg, rather than re-writing or forking. Others need it too. Tarek Ziade, one of the distutils maintainer, has been fairly responsive lately. And I know he runs a Mac. So I believe that if

Re: [Numpy-discussion] Leopard install

2009-04-14 Thread Robert Kern
On Wed, Apr 15, 2009 at 00:19, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Tue, Apr 14, 2009 at 07:31:21PM -0700, chris.bar...@noaa.gov wrote: I  think I'd prefer to patch bdist_mpkg, rather than re-writing or forking. Others need it too. Tarek Ziade, one of the distutils

Re: [Numpy-discussion] Leopard install

2009-04-13 Thread Tommy Grav
On Apr 12, 2009, at 7:02 PM, David Cournapeau wrote: On Mon, Apr 13, 2009 at 1:19 AM, Stuart Edwards sedwar...@cinci.rr.com wrote: Hi I am trying to install numpy 1.3.0 on Leopard 10.5.6 and at the point in the install process where I select a destination, my boot disc is excluded with

Re: [Numpy-discussion] Leopard install

2009-04-13 Thread Chris . Barker
David Cournapeau wrote: I think you need to install python from python.org (version 2.5) to install the numpy binary, yes, that's it -- system Python is a misnomer. I really should figure out how to change that message. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency

[Numpy-discussion] Leopard install

2009-04-12 Thread Stuart Edwards
Hi I am trying to install numpy 1.3.0 on Leopard 10.5.6 and at the point in the install process where I select a destination, my boot disc is excluded with the message: You cannot install numpy 1.3.0 on this volume. numpy requires System Python 2.5 to install. I'm not sure what 'System

Re: [Numpy-discussion] Leopard install

2009-04-12 Thread David Cournapeau
On Mon, Apr 13, 2009 at 1:19 AM, Stuart Edwards sedwar...@cinci.rr.com wrote: Hi I am trying to install numpy 1.3.0 on Leopard 10.5.6 and at the point in the install process where I select a destination, my boot disc is excluded with the message: I think you need to install python from