|
From: John H. <jd...@gm...> - 2010-07-09 12:53:09
|
On Fri, Jul 9, 2010 at 7:25 AM, Karianne Holhjem <kar...@as...> wrote: > Regarding numpy - what you say is intersting. I couldn't find any such > problems in my google-searches. I am running version 1.2.1: > [karianneholhjem:/] karianne% python -c 'import numpy; print numpy.__version__' > 1.2.1 Can you try upgrading numpy to the latest released version? This is likely your problem. I would rm -rf the old numpy in your site-packages directory and upgrade to 1.4.1 https://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1-py2.5-python.org.dmg/download Are you using python.org python or Apple python -- it appears the installer above is for python.org python JDH |