PySoulSeek
Hello.
I'm having a problem with PySoulSeek 1.2.5. Already compiled successfuly the latest wxPython (v.2.5.2.8). But everytime I try to run PySoulSeek, the following happens:
ian@eastofeden:~/pyslsk-1.2.5$ python ./pyslsk
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 <url here>.
If you're using Debian, install the python-pyvorbis package.
Traceback (most recent call last):
File "./pyslsk", line 87, in ?
app = frame.MainApp(config)
File "/home/ian/pyslsk-1.2.5/pysoulseek/wxgui/frame.py", line 530, in __init__
wxApp.__init__(self)
File "/usr/lib/python2.3/site-packages/wx/_core.py", line 5243, in __init__
self._BootstrapApp()
File "/usr/lib/python2.3/site-packages/wx/_core.py", line 4931, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/ian/pyslsk-1.2.5/pysoulseek/wxgui/frame.py", line 534, in OnInit
self.frame = MainFrame(None,-1,'PySoulSeek %s' % utils.version, self.config, self)
File "/home/ian/pyslsk-1.2.5/pysoulseek/wxgui/frame.py", line 97, in __init__
self.configwindow = ConfigWindow(self, -1, "Settings")
File "/home/ian/pyslsk-1.2.5/pysoulseek/wxgui/configwindow.py", line 414, in __init__
self.transferspanel = TransfersPanel(nb, self)
File "/home/ian/pyslsk-1.2.5/pysoulseek/wxgui/configwindow.py", line 232, in __init__
limitsizer.Add(0,0)
File "/usr/lib/python2.3/site-packages/wx/_core.py", line 8966, in Add
return _core_.Sizer_Add(*args, **kwargs)
TypeError: wxWindow, wxSizer, wxSize, or (w,h) expected for item
Can someone help? My distro is Slackware 10.
Sorry for my english :P
Yours,
equinocio
Last edited by equinocio; 09-28-2004 at 01:57 PM.
|