Issue with installing Python in Linux / CentOS -


issue installing python in linux / centos?

i downloaded , unzipped tar file: python-2.7.9.tgz https://www.python.org/downloads/

when run setup.py below error message. know how upgrade python 2.6 2.7 in centos?

$python setup.py   traceback (most recent call last): file "setup.py", line 9, in <module> import sysconfig importerror: no module named sysconfig 

best,

you seem have downloaded source code of python have compile source code install.

follow instructions here: http://bugs.python.org/issue11353


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -