[Matrix-SIG] NumPy on Mac...

Just van Rossum just@letterror.com
Thu, 3 Jun 1999 01:54:00 +0200


At 4:04 PM -0700 6/2/99, Kevin Cazabon wrote:
>I'm having problems using Numerical Py on a Mac...  I've used the standard
>Python
>1.5.1 installer (custom install including NumPy) that is SUPPOSED to
>install NumPy
>properly, and added NumPy to the PythonPath... but still getting errors.
>
>Mostly, it can't find multiarray.py and umath.py (I've run the
>macmkalias.py script
>too)....
>
>what am I missing here?

I think you need to add these two lines

$(PYTHON):Extensions:NumPy
$(PYTHON):Extensions:NumPy:NumPy

to your sys.path prefs with EditPythonPrefs. (This is only for 1.5.1, later
versions will/do run NumPy out of the box)

Just