|
发表于 2010-7-24 18:53:33
|
显示全部楼层
apt-get dist-upgrade成功,可是yumex跑不起来了,?
[root@MagicLinux ~]# yumex
(yumex.pyc:5246): Gdk-WARNING **: DESKTOP_STARTUP_ID contains invalid UTF-8
(yumex.pyc:5246): XML-CRITICAL **: Input is not proper UTF-8, indicate encoding !
Bytes: 0x81 0x36 0xA6 0x31
(yumex.pyc:5246): libglade-WARNING **: widget_depth != 0 (12)
(yumex.pyc:5246): libglade-WARNING **: did not finish in PARSER_FINISH state
(yumex.pyc:5246): XML-CRITICAL **: Input is not proper UTF-8, indicate encoding !
Bytes: 0x81 0x36 0xA6 0x31
(yumex.pyc:5246): libglade-WARNING **: widget_depth != 0 (12)
(yumex.pyc:5246): libglade-WARNING **: did not finish in PARSER_FINISH state
Traceback (most recent call last):
File "/usr/share/yumex/yumex.py", line 766, in <module>
errorMessage(None, _( "Error" ), _( "Error in Yumex" ), errmsg )
File "/usr/share/yumex/dialogs.py", line 433, in errorMessage
dlg = ErrorDialog( parent, title, text, longtext, modal )
File "/usr/share/yumex/dialogs.py", line 250, in __init__
self.xml = gtk.glade.XML( const.GLADE_FILE, "errDialog",domain="yumex" )
RuntimeError: could not create GladeXML object
[root@MagicLinux ~]# |
|