Trying to install numpy 1.6.2 on a mac osx 10.7.4 from this .dmg
    9323135 numpy-1.6.2-py2.7-python.org-macosx10.3.dmg
gives
    "numpy 1.6.2 can't be installed on this disk.
    numpy requires python.org Python 2.7 to install."

But python 2.7.3 *is* installed from python.org
    18761950 python-2.7.3-macosx10.6.dmg
    and /usr/bin/python is linked as described in
    http://wolfpaulus.com/journal/mac/installing_python_osx
python -c 'import sys; print sys.version'
    2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43)
    [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]

How is the code in the .dmg checking for python.org python ?

Thanks,
cheers
  -- denis

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to