[gufw,uwsgi ...] Souci avec python2.7/sysconfig.py (info)
Publié : dim. 22 juil. 2012, 09:31
Salut
Pour informations, il y a plusieurs soucis avec le changement de la glibc et python2.7
D'après ce poste : https://bbs.archlinux.org/viewtopic.php?pid=1133707 il y a un problème avec le fichier /usr/lib/python2.7/sysconfig.py.
L'erreur vient d'ici :
Pour corriger le souci (si vous en avez !!!), il faut éditer le fichier sysconfig.py, chercher la ligne commençant par _EXEC_PREFIX et mettre ceci :
Pour informations, il y a plusieurs soucis avec le changement de la glibc et python2.7
D'après ce poste : https://bbs.archlinux.org/viewtopic.php?pid=1133707 il y a un problème avec le fichier /usr/lib/python2.7/sysconfig.py.
L'erreur vient d'ici :
Code : Tout sélectionner
_EXEC_PREFIX = os.path.normpath(sys.exec_prefix)
Code : Tout sélectionner
_EXEC_PREFIX = '/usr' # os.path.normpath(sys.exec_prefix)