Lucia, >>You might (and probably should) have installed both numpy and matplotlib >>from Synaptic or using the apt-get command, simply because these packages >>were put in the repositories for that purpose and ready to install without >>compatibility issues and minimum hassle.
>This statement by Fausto is correct. I am not an expert. The problem >was that I needed the matplotlib last version, and for a reason that I >forgot, I started doing the same procedure for fipy instead of using >apt-get command. Also, I would like to keep the packages updated. If that's what you wanted, then you did the right thing. Not sure though what benefits you might have gotten by installing the latest versions of these packages. My numpy and pysparse are versions 1.5.1 and 1.1.1 respectively. I wonder what particular aspects make them so much different (for better or worse) than the versions you've got. >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'> Mine produced: <module 'numpy.core.numeric' from '/usr/lib/pymodules/python2.7/numpy/core/numeric.pyc'> Funny. But even funnier is that you apparently succeeded in importing the module. Fausto _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
