PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : pyslsk und komische fehlermeldung...



aequitas
11.04.04, 13:48
beim starten von pyslsk kommt folgendes:
You do not have Python Vorbis bindings installed.
Others will not be able to see the lengths and the bitrates
of Ogg Vorbis files that you share. Get binary RPMS from the pyslsk homepage
or the source from http://www.andrewchatham.com/pyogg/.
If you're using Debian, install the python-pyvorbis package.
Traceback (most recent call last):
File "/usr/bin/pyslsk", line 88, in ?
app = frame.MainApp(config)
File "/usr/lib/python2.2/site-packages/pysoulseek/wxgui/frame.py", line 530, in __init__
wxApp.__init__(self)
File "/usr/lib/python2.2/site-packages/wx/core.py", line 5042, in __init__
self._BootstrapApp()
File "/usr/lib/python2.2/site-packages/wx/core.py", line 4791, in _BootstrapApp
return _core.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/lib/python2.2/site-packages/pysoulseek/wxgui/frame.py", line 534, in OnInit
self.frame = MainFrame(None,-1,'PySoulSeek %s' % utils.version, self.config, self)
File "/usr/lib/python2.2/site-packages/pysoulseek/wxgui/frame.py", line 97, in __init__
self.configwindow = ConfigWindow(self, -1, "Settings")
File "/usr/lib/python2.2/site-packages/pysoulseek/wxgui/configwindow.py", line 414, in __init__
self.transferspanel = TransfersPanel(nb, self)
File "/usr/lib/python2.2/site-packages/pysoulseek/wxgui/configwindow.py", line 232, in __init__
limitsizer.Add(0,0)
File "/usr/lib/python2.2/site-packages/wx/core.py", line 8242, in Add
return _core.Sizer_Add(*args, **kwargs)
TypeError: wxWindow, wxSizer, wxSize, or (w,h) expected for item


habe übrigens redhat9, falls wichtig

core
12.04.04, 12:17
Kann es sein, dass du kein wxWindows oder wxGTK drauf hast?
Check mal die Abhängigkeiten von pyslsk.

Ansonsten kann ich dir nur nicotine ans Herz legen. Das ist ein pyslsk basierender slsk Client.

http://nicotine.thegraveyard.org/
(Auch der hat Abhängigkeiten.. aber kein wx*. Und mehr features hat er auch..
)
Required:
# Python-2.2.0 or newer (Python 2.3 recommended due to improvements in the UTF-8 codec)
# GTK+-2.0 or newer (GTK+-2.2 recommended)
# PyGTK-1.99.16 or newer (older versions will NOT work)