edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #01234
[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes
More discoveries:
compileUi() is called by processUi() in pykdeuic4 using 2 arguments (+implied "self"). It needs 1 more argument. compileUi() is defined in PyQt4.uic.Compiler.compiler
Changing package to python-kde4 since that's where the (apparently
broken) pykdeuic4 lives
** Package changed: gally (Ubuntu) => python-kde4 (Ubuntu)
--
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to gally in Ubuntu.
https://bugs.launchpad.net/bugs/695590
Title:
pykdeuic4's processUi() calls compileUi() with 3 args instead of the 4
required by PyQt4.uic.Compiler.compiler