[Python-Dev] Python 2.7.13

Raúl Cumplido raulcumplido at gmail.com
Tue Mar 14 11:17:30 EDT 2017


Hi Jorge,

This is the mailing list for the Python language development itself. It's
used for discussion of features and topics on the development of Python.
You can use other mailing lists for questions as:
python-help at python.org --> ask for help to other people on the python
community
tutor at python.org --> if you are learning <tutor at python.org>

Kind Regards,
Raul

On Tue, Mar 14, 2017 at 2:32 PM, <jorge.conrado at cptec.inpe.br> wrote:

>
>
> Hi,
>
> I dowloaded the Python 2.7.13 and install it as root . it installed in my
> directory:
>
> /usr/src/Python-2.7.13
>
> Then I typed:
>
> python and I had:
>
> Python 2.7.13 (default, Mar 14 2017, 09:30:46)
> [GCC 4.9.2 20150212 (Red Hat 4.9.2-6)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>
> Then I did:
>
> import numpy
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named numpy
>
>
> import scpy
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named scpy
>
>
> import basemap
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named basemap
>
>
> Please, what can I do to solve these.
>
>
> Conrado
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/raulcumpl
> ido%40gmail.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20170314/e04dbaee/attachment.html>


More information about the Python-Dev mailing list