Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Erin Sheldon
On 12/31/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Erin Sheldon wrote: > > You can do this quite simply with fink > > I've generally stayed away form fink, as it felt like kind of a separate > system within OS-X, rather than integrated -- kind of like cygwin. > > In particular, if you use

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Jeff Whitaker
Christopher Barker wrote: > Erin Sheldon wrote: > >> You can do this quite simply with fink >> > > I've generally stayed away form fink, as it felt like kind of a separate > system within OS-X, rather than integrated -- kind of like cygwin. > > In particular, if you use Fink Python, can y

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Christopher Barker
Erin Sheldon wrote: > You can do this quite simply with fink I've generally stayed away form fink, as it felt like kind of a separate system within OS-X, rather than integrated -- kind of like cygwin. In particular, if you use Fink Python, can you: 1) Write apps that use the native GUI (not X)

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Erin Sheldon
On 12/31/06, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Erin Sheldon wrote: > > Hi All - > > > > You can do this quite simply with fink if you have > > the patience to wait for the compilations to finish. > > This works on my ppc mac with > > XCode and fink installed (12/31/2006): > > > > fink i

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Jeff Whitaker
Erin Sheldon wrote: > Hi All - > > You can do this quite simply with fink if you have > the patience to wait for the compilations to finish. > This works on my ppc mac with > XCode and fink installed (12/31/2006): > > fink install scipy-py24 > sudo apt-get install gettext-dev=0.10.40-25 gettex

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-31 Thread Erin Sheldon
Hi All - You can do this quite simply with fink if you have the patience to wait for the compilations to finish. This works on my ppc mac with XCode and fink installed (12/31/2006): fink install scipy-py24 sudo apt-get install gettext-dev=0.10.40-25 gettext=0.10.40-25 fink install matplotl

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-30 Thread belinda thom
Not sure if this helps but I stumbled upon the following trick. Do the following: 1) install g77 via instructions at: http://www.scipy.org/Installing_SciPy/Mac_OS_X. in particular download: http://prdownloads.sf.net/hpc/g77v3.4-bin.tar.gz?download and then do: sudo tar -xvf g77v3.4-

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-30 Thread Christopher Barker
belinda thom wrote: > Advice on a painless way to install scipy on my G5 OS X 10.4.8 mac > greatly appreciated. Sorry, there isn't one at this point -- I think numpy, SciPy, MPL, and wx are all fairly stable right now, so it's a pretty good time to do it, but it's a challenge because: 1) Sci

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-30 Thread belinda thom
>> I'm wondering why the os-related file names that easy_install creates >> have macosx-10.3 in them (as opposed to 10.4), e.g. >> >>creating /Library/Frameworks/Python.framework/Versions/2.4/lib/ >> python2.4/site-packages/numpy-1.0.1-py2.4-macosx-10.3-fat.egg >> >> Is this something I should

Re: [Numpy-discussion] numpy install on mac os x 10.4

2006-12-30 Thread Robert Kern
belinda thom wrote: > Hi, > > I just used easy_install to get the latest version of numpy. Is this > the "preferred" method for installing? > > I'm on a G5 w/mac OS X 10.4 and MacPython 2.4. > > I'm wondering why the os-related file names that easy_install creates > have macosx-10.3 in them

[Numpy-discussion] numpy install on mac os x 10.4

2006-12-29 Thread belinda thom
Hi, I just used easy_install to get the latest version of numpy. Is this the "preferred" method for installing? I'm on a G5 w/mac OS X 10.4 and MacPython 2.4. I'm wondering why the os-related file names that easy_install creates have macosx-10.3 in them (as opposed to 10.4), e.g. creatin