[Tutor] Idle - ImportError: No module named numpy

WolfRage wolfrage8765 at gmail.com
Sat Mar 7 01:42:40 CET 2015


Well on the python interpretor did you use python3 or just python?

On 03/06/2015 01:27 PM, Markos wrote:
> Hi,
>
> I'm beginning to study the numpy.
>
> When I open a terminal (Debian Squeeze) and run the python interpreter
> the command "import numpy as np" run without errors.
>
> But when I run the same command on idle3 the following error appears.
>
>  >>> import numpy as np
> Traceback (most recent call last):
>    File "<pyshell#0>", line 1, in <module>
>      import numpy as np
> ImportError: No module named numpy
>
> How configure idle to load the numpy module?
>
> Thanks,
> Markos
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list