Salut,
Ce matin, après les mise à jours, plus moyen d'ouvrir le software center. La console me dit :
gilles@ubuntu:~$ sudo /usr/bin/software-center
/usr/lib/pymodules/python2.6/debian_bundle/deb822.py:244: DeprecationWarning: apt_pkg.ParseTagFile() is deprecated. Please see apt_pkg.TagFile() for the replacement.
parser = apt_pkg.ParseTagFile(sequence)
/usr/lib/pymodules/python2.6/debian_bundle/deb822.py:245: DeprecationWarning: Attribute 'Step' of the 'apt_pkg.TagFile' object is deprecated, use 'step' instead.
while parser.Step() == 1:
/usr/lib/pymodules/python2.6/debian_bundle/deb822.py:253: DeprecationWarning: Attribute 'Section' of the 'apt_pkg.TagFile' object is deprecated, use 'section' instead.
for key in parser.Section.keys()]
Traceback (most recent call last):
File "/usr/bin/software-center", line 78, in <module>
app = SoftwareCenterApp(datadir, xapian_base_path)
File "/usr/share/software-center/softwarecenter/app.py", line 206, in __init__
self.icons, datadir)
File "/usr/share/software-center/softwarecenter/view/historypane.py", line 128, in __init__
self.parse_history_log()
File "/usr/share/software-center/softwarecenter/view/historypane.py", line 163, in parse_history_log
when = datetime.datetime.strptime(stanza['Start-Date'], '%Y-%m-%d %H:%M:%S')
File "/usr/lib/pymodules/python2.6/debian_bundle/deb822.py", line 141, in __getitem__
return self.__dict[key]
KeyError: 'Start-Date'