Bugzilla – Bug 114397
pyslsk settings dialog fails
Last modified: 2005-10-10 11:27:27 UTC
when I start pyslsk, I get the message 15:21:58: Your configuration is incomplete, please check File->Settings Klicking open the Settings dialog, then klicking on OK (even without changing anything) produces the following python callback and a hanging application: Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/pysoulseek/wxgui/configwindow.py", line 444, in OnOk self.parent.SettingsClosed() File "/usr/lib64/python2.4/site-packages/pysoulseek/wxgui/frame.py", line 362, in SettingsClosed settings = self.configwindow.GetSettings() File "/usr/lib64/python2.4/site-packages/pysoulseek/wxgui/configwindow.py", line 532, in GetSettings for i in range(self.transferspanel.uploaddirsctrl.Number()): AttributeError: 'ListBox' object has no attribute 'Number' This prevents use of pyslsk
new maintainer
updated to version 1.2.7b, this does not happen