Re: Python crashes consistently

2008-04-16 Thread Diez B. Roggisch
> Just to clarify (sorry, I'm a bit of a command line newbie): > > Do you mean to install Python from the .dmg - i.e. into /usr/local/ > bin? Yes and No. Use the DMG - but it will install Python under /Library/Frameworks/Python.framework/... > And then to install Numpy directly as well (manual

Re: Python crashes consistently

2008-04-16 Thread Pete Crite
Thanks for the quick reply, Just to clarify (sorry, I'm a bit of a command line newbie): Do you mean to install Python from the .dmg - i.e. into /usr/local/ bin? And then to install Numpy directly as well (manually, from source), then continue with the MacPorts installation of Gnumeric (i.e.

Re: Python crashes consistently

2008-04-16 Thread martin . laloux
I agree, use the official python http://www.python.org/ftp/python/2.5.2/python-2.5.2-macosx.dmg I'm also using OS X 10.4.11 and I have no problem for installing numpy http://www.scipy.org/Installing_SciPy/Mac_OS_X or you can download Pre-built binaries from http://pythonmac.org/packages/py25-fat/

Re: Python crashes consistently

2008-04-16 Thread Diez B. Roggisch
Pete Crite wrote: > Hello, > > I've been trying to install Gnumeric via MacPorts recently, but I > can't get past the installation of py25-numpy. You are using the wrong python version. Don't use MacPorts for this, because it will install a local, non-framework version of python - which will do

Re: Python crashes consistently

2008-04-16 Thread Pete Crite
PM, Pete Crite wrote: > > Hello, > > I've been trying to install Gnumeric via MacPorts recently, but I > can't get past the installation of py25-numpy. > > It appears that python crashes consistently during installation. I'm > not sure if this is related to pyt

Re: Python crashes consistently

2008-04-16 Thread martin . laloux
which python ? from macports or macpython ? -- http://mail.python.org/mailman/listinfo/python-list

Python crashes consistently

2008-04-16 Thread Pete Crite
Hello, I've been trying to install Gnumeric via MacPorts recently, but I can't get past the installation of py25-numpy. It appears that python crashes consistently during installation. I'm not sure if this is related to python itself, but I just thought I'd ask here,