On Fri, Jun 20, 2014 at 1:02 PM, Sai Rajeshwar <[email protected]> wrote: > ok but numpy1.8 is already installed.. should i install it again
No, probably not, but can you import it in Python? Try: python -c "import numpy;print numpy.__version__" If this does not work, you probably have to add the location of where you installed NumPy to PYTHONPATH. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
