On Wed, Feb 8, 2012 at 12:53 PM, Lucia AvOlocc <[email protected]>wrote:
> > According to Daniel suggestion, I got the following: > $ python -c "import numpy.core.numeric as NX; print NX" > <module 'numpy.core.numeric' from > '/usr/local/lib/python2.7/dist-packages/numpy/core/numeric.pyc'> > Try reinstalling pysparse. Could it be that pysparse in installed against a different version of numpy? I'm a little confused as to why it isn't working. Did you update numpy after installing pysparse? I'm grasping at straws. Does this work? $ python -c "from numpy._import_tools import PackageLoader" Try running the build only again to double check the output $ python setup.py build in the fipy directory and then $ sudo python setup.py install Does it build okay? The funny thing is that it seems to have installed fipy and then barfed during some process after installation. Weird. -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
