farrellpolym...@gmail.com writes: > Hello to the group! > > I've learned a lot about Ubuntu just trying to install numpy for Python > 3.2.3. I've finally managed to put it in the Python3.2 directory but when I > try to import it, I still get there's "no module named numpy." There are > other modules in the same directory, like 'email' and it imports fine. > > Does Numpy 1.6.2 not run with Python 3.2.3? > > Can anybody help? Thank you in advance.
What's the goal of this exercise? Ubuntu packages Python 3 and Numpy so all you need to do is install packages python3 and python3-numpy. -- http://mail.python.org/mailman/listinfo/python-list