[Bug 321316] Re: bzr-handle-patch crashed with ImportError in <module>()
j^
j at mailb.org
Mon Dec 28 13:37:33 UTC 2009
/usr/bin/bzr-handle-patch
tries to import dialog on error, this fails though, so the expection causes another exception...
here the offending lines:
from dialog import error_dialog
error_dialog('Error', str(e))
dialog is in bzrlib.plugins.gtk so changing the import line to
from bzrlib.plugins.gtk.dialog import error_dialog
it opens an error dialog
** Attachment added: "fix_error_dialog.patch"
http://launchpadlibrarian.net/37244418/fix_error_dialog.patch
--
bzr-handle-patch crashed with ImportError in <module>()
https://bugs.launchpad.net/bugs/321316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list