[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes

2011-04-22 Thread Mackenzie Morgan
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:

[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes

2011-04-22 Thread Mackenzie Morgan
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() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes

2011-01-03 Thread Mackenzie Morgan
Note to self: pykdeuic4 syntax may have changed based on: running build_py Traceback (most recent call last): File /usr/bin/pykdeuic4, line 148, in module main() File /usr/bin/pykdeuic4, line 145, in main processUI(args[0], output_filename, exe) File /usr/bin/pykdeuic4, line 74, in

[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes

2010-12-30 Thread Hans Joachim Desserud
I get the same error when attempting to run gally on Ubuntu Natty. The file /usr/share/pyshared/gally/twoPanes.py exists. ** Changed in: gally (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 695590] Re: ImportError: cannot import name Ui_TwoPanes

2010-12-29 Thread Alex Mayorga Adame
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695590 Title: ImportError: cannot import name Ui_TwoPanes -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com