Comment 5 for bug 695590

Revision history for this message
Mackenzie Morgan (maco.m) wrote : 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