You are not logged in.
Pages: 1
Hello,
I installed decibel-audio-player from AUR. When I click on the 'Preferences' menu, I get the following error message:
Traceback (most recent call last):
File "/usr/share/decibel-audio-player/src/gui/preferences.py", line 142, in show
__instance = Preferences()
File "/usr/share/decibel-audio-player/src/gui/preferences.py", line 49, in __init__
self.list = gui.extListview.ExtListView(columns, sortable=False, useMarkup=True)
AttributeError: 'module' object has no attribute 'extListview'
I have all the necessary Python dependencies. The player worked until recently but after a major update (2.6.23 -> 2.6.24, etc. none of the packages I upgraded had anything to do with Python) this error occurred. What could be the problem?
Offline
Pages: 1