[Bug 642425] New: pyqt4 - wrong number of arguments
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c0 Summary: pyqt4 - wrong number of arguments Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gassauer@kde.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) konqueror/4.5.1 Safari/533.3 after updateing to python-qt4-4.7.5-48.7.x86_64 i get the following error which seems to come from PyQt4, after downgrading pyqt4 it works again, so it is not a Koo issue, but a changed number of parameters Traceback (most recent call last): File "./koo.py", line 73, in <module> from Koo.Common import Notifier, Common File "/usr/lib/python2.6/site-packages/Koo/Common/Common.py", line 100, in <module> (SelectionDialogUi, SelectionDialogBase) = loadUiType( uiPath('win_selection.ui') ) File "/usr/lib64/python2.6/site-packages/PyQt4/uic/__init__.py", line 157, in loadUiType winfo = compiler.UICompiler().compileUi(uifile, code_string) TypeError: compileUi() takes exactly 4 arguments (3 given) Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c1 --- Comment #1 from ferdinand gassauer <gassauer@kde.org> 2010-09-28 22:47:39 UTC --- after changing winfo = compiler.UICompiler().compileUi(uifile, code_string) to winfo = compiler.UICompiler().compileUi(uifile, code_string,'') everything seems to work -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |jmatejek@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c2 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmatejek@novell.com AssignedTo|jmatejek@novell.com |kde-maintainers@suse.de --- Comment #2 from Jan Matejek <jmatejek@novell.com> 2010-10-01 12:37:14 UTC --- reassigning to KDE-maintainers, it is their package -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c3 --- Comment #3 from ferdinand gassauer <gassauer@kde.org> 2010-11-13 16:37:07 UTC --- downloading and compiling sip-4.11.2 and PyQt-x11-gpl-4.8.1 solved the problem -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642425 https://bugzilla.novell.com/show_bug.cgi?id=642425#c4 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ctrippe@opensuse.org Resolution| |FIXED --- Comment #4 from Christian Trippe <ctrippe@opensuse.org> 2012-02-04 18:46:42 UTC --- openSUSE 11.3 is out of maintenance. Should be fixed with later releases. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com