/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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs