Bug 23701 - Exaile не стартует
Summary: Exaile не стартует
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: exaile (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Vladimir Lettiev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 17:37 MSD by sproutella
Modified: 2010-07-17 09:32 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sproutella 2010-06-30 17:37:09 MSD
Добрый вечер!

Новая сборка Exaile не стартует.

$ rpm -q exaile
exaile-0.3.2.0-alt1

$ exaile
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py:40: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  from gtk import _gtk
ImportError: No module named gi
INFO    : Loading Exaile 0.3.2.0...
INFO    : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO    : Loading plugins...
INFO    : Loading collection...
INFO    : Loading devices...
INFO    : Loading interface...
INFO    : Loading main window...
INFO    : Connecting main window events...
Traceback (most recent call last):
  File "/usr/lib/exaile/xlgui/main.py", line 1065, in on_playlist_notebook_switch
    page = notebook.get_nth_page(page_num)
ImportError: No module named gi
INFO    : Loading panels...
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 52, in <module>
    main()
  File "/usr/lib/exaile/exaile.py", line 49, in main
    exaile = main.Exaile()
  File "/usr/lib/exaile/xl/main.py", line 96, in __init__
    self.__init()
  File "/usr/lib/exaile/xl/main.py", line 220, in __init
    self.gui = xlgui.Main(self)
  File "/usr/lib/exaile/xlgui/__init__.py", line 116, in __init__
    self.add_panel(*self.panels[panel].get_panel())
  File "/usr/lib/exaile/xlgui/__init__.py", line 400, in add_panel
    label = gtk.Label(name)
TypeError: could not convert parameter 'str' of type 'gchararray'
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/exaile/xlgui/panel/files.py", line 396, in load_directory
    settings.set_option('gui/files_panel_dir', directory.get_uri())
AttributeError: 'NoneType' object has no attribute 'set_option'
Comment 1 sproutella 2010-07-17 09:32:46 MSD
Ничего особенного делать не пришлось. После очередного apt-get dist-upgrade exaile заработал.