Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15843] New: pyqt4 4.7.6 breaks pylotro 0.1.13 with invalid compileUi arguments

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15843] New: pyqt4 4.7.6 breaks pylotro 0.1.13 with invalid compileUi arguments
  • Date: 14 Sep 2010 07:52:54 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15843

Summary: pyqt4 4.7.6 breaks pylotro 0.1.13 with invalid
compileUi arguments
Product: Codex
Version: test grimoire
Platform: All
URL: https://bugs.launchpad.net/pylotro/+bug/637849
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


PyLotRO loads fine with pyqt4 4.7.4 (reverting to 4.7.4 after 4.7.6 fixes
pylotro, even without a recompile).

With pyqt4 4.7.6:
$ pylotro
Traceback (most recent call last):
File "/usr/games/pylotro", line 34, in <module>
PyLotROLauncher.Runner.main()
File "/usr/lib/python2.7/site-packages/PyLotROLauncher/Runner.py", line 33,
in main
app = MainWindow()
File "/usr/lib/python2.7/site-packages/PyLotROLauncher/MainWindow.py", line
80, in __init__
Ui_winMain, base_class = uic.loadUiType(uifile)
File "/usr/lib/python2.7/site-packages/PyQt4/uic/__init__.py", line 158, in
loadUiType
winfo = compiler.UICompiler().compileUi(uifile, code_string)
TypeError: compileUi() takes exactly 4 arguments (3 given)

Opened upstream bug at https://bugs.launchpad.net/pylotro/+bug/637849, but a
similar bug report for Koo
(https://bugs.launchpad.net/openobject-client-kde/+bug/628771) was marked as
invalid and a pyqt4 bug.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page