Sonata

neutral

Power Member
estou com um problema no sonata. quando tento iniciar aparece

Código:
Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Traceback (most recent call last):
  File "/usr/bin/sonata", line 47, in <module>
    app = sonata.Base()
  File "/usr/lib/python2.5/site-packages/sonata.py", line 392, in __init__
    self.settings_load()
  File "/usr/lib/python2.5/site-packages/sonata.py", line 1953, in settings_load
    self.current_tab_pos = conf.getint('notebook', 'current_tab_pos')
  File "/usr/lib/python2.5/ConfigParser.py", line 321, in getint
    return self._get(section, int, option)
  File "/usr/lib/python2.5/ConfigParser.py", line 318, in _get
    return conv(self.get(section, option))
ValueError: invalid literal for int() with base 10: 'None'

e se for em root

Código:
Taglib and/or tagpy not found, tag editing support disabled.
ZSI not found, fetching lyrics support disabled.
Sonata failed to connect to the D-BUS session bus: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)
Traceback (most recent call last):
  File "/usr/bin/sonata", line 47, in <module>
    app = sonata.Base()
  File "/usr/lib/python2.5/site-packages/sonata.py", line 392, in __init__
    self.settings_load()
  File "/usr/lib/python2.5/site-packages/sonata.py", line 1953, in settings_load
    self.current_tab_pos = conf.getint('notebook', 'current_tab_pos')
  File "/usr/lib/python2.5/ConfigParser.py", line 321, in getint
    return self._get(section, int, option)
  File "/usr/lib/python2.5/ConfigParser.py", line 318, in _get
    return conv(self.get(section, option))
ValueError: invalid literal for int() with base 10: 'None'
 
Back
Topo