[Python-Dev] not possible to install python 3.2

Laura lauramdf at gmail.com
Wed Mar 30 00:48:18 CEST 2011


I order to install Python as python3 on Linux, i did:


    ./configure
    make
    make test
    sudo make install


However, when i typed "make test", i got two error messages:

"test test_distutils failed -- multiple errors occurred; run in verbose mode
for details"

"sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null'
mode='a' encoding='ANSI_X3.4-1968'>
make: *** [test] Error 1"

The Result?  When I type python on Linux, i get the older version 2.7.1
instead of the version that i just installed (python 3.2).


Could you help me?



Thank you,

Laura
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110329/38b11303/attachment.html>


More information about the Python-Dev mailing list