From: Fernando P. <fpe...@gm...> - 2006-10-31 18:54:30
|
On 10/31/06, Alan Isaac <ai...@am...> wrote: > If other users will not profit from this question, > please consider it OT and ignore it. But perhaps > it will prove useful to some potential numpy users. > > I am a long time Windows user who has been happily > using the Python and numpy installers. At work I > need to use a Mac for a while. I installed Python 2.5 > from python.org painlessly, but it looks like > I'll have to compile numpy from source. > Do I understand that right? > > I have used interpreted languages for pretty much > all my computing needs, so I am hoping someone patient > will point me to or lead me through the steps I need > to take to successfully install numpy on this platform. This is probably a good starting point: http://www.scipy.org/Installing_SciPy/Mac_OS_X There have been numerous threads on this issue recently, so you may also want to do a bit of searching of the mailing list archives. Cheers, f |