Comment 6 for bug 695590

Revision history for this message
Mackenzie Morgan (maco.m) wrote : Re: ImportError: cannot import name Ui_TwoPanes

PyQt4.uic.Compiler.compile contains this line:
def compileUi(self, input_stream, output_stream, from_imports):

the "from_imports" arg is what's missing from pykdeuic4's call to compileUi()