-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Component/s: User Interface
-
Labels:None
-
Environment:Linux, Fedora 13
I successfully built and installed the new Picard 1.2 on older machine running Python 2.6 (which is still supported according to http://blog.musicbrainz.org/?p=1856 ).
The main UI starts OK, but when I try to click on the "Options" menu item to open the dialog, nothing happens, but I see this Traceback at the console:
$ Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/picard/ui/mainwindow.py", line 605, in show_options dialog = OptionsDialog(page, self) File "/usr/lib64/python2.6/site-packages/picard/ui/options/dialog.py", line 91, in __init__ page = Page(self.ui.pages_stack) File "/usr/lib64/python2.6/site-packages/picard/ui/options/renaming.py", line 62, in __init__ self.ui.rename_files.stateChanged.connect(self.ui.ascii_filenames.setEnabled) TypeError: 'setEnabled()' has no overload that is compatible with 'stateChanged(int)'