[Numpy-discussion] Problem with importing numpy in Ubuntu

Charles R Harris charlesr.harris at gmail.com
Tue Jul 27 10:16:23 EDT 2010


On Tue, Jul 27, 2010 at 7:46 AM, Robert Faryabi <robert.faryabi at gmail.com>wrote:

> I am new to numpy. Hopefully this is a correct forum to post my question.
>
> I have Ubuntu Luci system. I installed Python 2.6.5 and Python 3.0 as well
> as python-numpy using Ubuntu repository.
> When I import the numpy into python, I get the following error.
>
> >> import numpy
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named numpy
>
> The package cannot be located.
>
> Then I tried to point the interpreter to the numpy
>
> >>> sys.path.append('/usr/lib/
> python2.6/dist-packages')
>
>
I use an install.pth file

$charris at ubuntu ~$ cat ~/.local/lib/python2.6/site-packages/install.pth
/usr/local/lib/python2.6/dist-packages

You will need to create the .local directory and its subdirectories. Don't
use Python 3.0, use 3.1 or greater if you want to experiment.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100727/19aa03eb/attachment.html>


More information about the NumPy-Discussion mailing list