I've installed numpy on Ubuntu 12.04 with sudo apt-get install python3-numpy. Everything seems to go OK, yet when I try to use it I get this error:
Python 3.3.3 (default, Dec 9 2013, 08:33:48) [GCC 4.6.3] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'numpy' >>> What am I doing wrong, Your help is appreciated, PierreD. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor