Pages : 1
#1 Le 05/02/2007, à 10:42
- kanibal
Probleme python
Bonjour à tous,
en faisant une dist-upgrade ce matin j'ai ce problème :
Paramétrage de python2.5-minimal (2.5-5ubuntu5) ...
Linking and byte-compiling packages for runtime python2.5...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1373, in <module>
main()
File "/usr/bin/pycentral", line 1367, in main
rv = action.run(global_options)
File "/usr/bin/pycentral", line 1002, in run
pkg.read_version_info()
File "/usr/bin/pycentral", line 541, in read_version_info
self.version_info = pyversions.parse_versions(self.version_field)
File "/usr/share/pycentral-data/pyversions.py", line 41, in parse_versions
raise ValueError, 'error parsing Python-Version attribute'
ValueError: error parsing Python-Version attribute
dpkg : erreur de traitement de python2.5-minimal (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
python2.5-minimal
J'aimerais savoir si d'autres personnes ont ce soucis ? si oui on t-ils résoluent le probleme?
enfin en gros je suis a la recherche d'idées.
Merci à tous
Hors ligne
#2 Le 05/02/2007, à 11:08
- michel2652
Re : Probleme python
Bonjour,
Ce matin, maj python2.5-minimal (entre autres) :
Avec apt-get dist-upgrade erreur ci-dessus.
Avec aptitude dist-upgrade :
Le sous-processus post-installation script a retourné une erreur de sortie d'état 1
dpkg : des paquets de dépendances empêchent la configuration de python2.5 :
python2.5 dépend de python2.5-minimal (= 2.5-5ubuntu5) ; cependant
Le paquet python2.5-minimal n'est pas encore configuré
dpkg : erreur de traitement de python2.5 ( --configure) :
problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
python2.5-minimal
python2.5
Wait and see ...
A+
Dernière modification par michel2652 (Le 05/02/2007, à 11:11)
#3 Le 05/02/2007, à 18:18
- AEnima
Re : Probleme python
meme probleme aussi, et impossibilite d'installer la moindre mise a jour aujourd'hui
Hors ligne
#4 Le 05/02/2007, à 19:02
- Sylvain59
Re : Probleme python
C'est quoi Python?
Hors ligne
#5 Le 05/02/2007, à 19:36
- gonzolero
Re : Probleme python
Python est un langage de programmation, dont les qualités sont largement utilisées par debian (et donc par ubuntu).
Pour les résolutions de dépendances, je pense, comme michel2652, qu'il suffit d'attendre un peu et tout va se synchroniser comme il faut.
Ella Ojectif Logo : Logo mis à jour le 25/02/12
Hors ligne
#6 Le 06/02/2007, à 00:41
- michel2652
Re : Probleme python
Bonsoir,
Latest python2.5-minimal update in Feisty fails https://launchpad.net/ubuntu/+source/py … +bug/80200
A+
#7 Le 06/02/2007, à 09:16
- michel2652
Re : Probleme python
Bonjour,
Une "solution" (provisoire) en attendant mieux . https://launchpad.net/ubuntu/+source/py … comments/6
Ah! A fix!
A dirty fix, though.
I have managed to get things to update properly by commenting out lines 540 and 541 of /usr/bin/pycentral, which would normally read:
"if self.parse_versions:
self.version_info = pyversions.parse_versions(self.version_field)"So we now know these two lines are the culprits...
En utilisant cette manip, la seule petite anomalie est :
Paramétrage de python2.5-minimal (2.5-5ubuntu5) ...
Linking and byte-compiling packages for runtime python2.5...
pycentral: beryl-settings-bindings not available for python2.5 ($(python:Versions})
A+
#8 Le 06/02/2007, à 11:30
- kanibal
Re : Probleme python
Yo,
Une "solution" (provisoire) en attendant mieux . https://launchpad.net/ubuntu/+source/py … comments/6
Solutions qui fonctionne bien chez moi.
Merci
Hors ligne
#9 Le 18/02/2007, à 16:22
- AntoineR
Re : Probleme python
J'ai eu ce problème sur python 2.4.
Ca venait de beryl-settings-bindings (qui ne reporte pas bien la version de python qu'il utilise).
Bref, en désinstallant d'abord beryl, plus d'erreur sur python !
Pages : 1