Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!newsfeed1.swip.net!newsfeed2.funet.fi!newsfeeds.funet.fi!news.cc.tut.fi!not-for-mail From: Anssi Saari Newsgroups: comp.lang.python Subject: Re: Numpy module Date: Thu, 08 Nov 2012 15:09:22 +0200 Lines: 12 Message-ID: References: <5a86d3fc-1dff-4119-bda9-aa6e631758d5@googlegroups.com> NNTP-Posting-Host: coffee.modeemi.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.cc.tut.fi 1352380165 4349 2001:708:310:3430:213:21ff:fe1b:b396 (8 Nov 2012 13:09:25 GMT) X-Complaints-To: abuse@tut.fi NNTP-Posting-Date: Thu, 8 Nov 2012 13:09:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:KmJmO/ebfSPCcllRfXmzqsc05qM= Xref: csiph.com comp.lang.python:32948 farrellpolymath@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.