Bug 510672
| Summary: | Fails to start with ImportError: cannot import name _create_prefix | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Àlex Magaz Graça <alexandre.magaz> |
| Component: | bzr-gtk | Assignee: | Toshio Ernie Kuratomi <a.badger> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | a.badger, shahms |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.96.2-1.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-28 18:24:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
bzr-gtk-0.96.2-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/bzr-gtk-0.96.2-1.fc11 bzr-gtk-0.96.2-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/bzr-gtk-0.96.2-1.fc10 Sorry about that, I've been trying to get a compatible update together since bzr-1.16 came out. This update should fix the 1.16 compatibility problems at least. It works. Thanks for fixing it so fast!! bzr-gtk-0.96.2-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bzr-gtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7667 bzr-gtk-0.96.2-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bzr-gtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-7688 bzr-gtk-0.96.2-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. bzr-gtk-0.96.2-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When Olive is run, it fails with the following traceback: $ olive-gtk /usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/ui.py:224: DeprecationWarning: bzrlib.progress.ProgressBarStack was deprecated in version 1.12. self._progress_bar_stack = progress.ProgressBarStack(klass=widget) Traceback (most recent call last): File "/usr/bin/olive-gtk", line 93, in <module> from bzrlib.plugins.gtk.olive import OliveGtk File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/olive/__init__.py", line 56, in <module> from bzrlib.plugins.gtk.push import PushDialog File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/push.py", line 29, in <module> from bzrlib.builtins import _create_prefix ImportError: cannot import name _create_prefix Version-Release number of selected component (if applicable): bzr-gtk-0.95.0-2.fc10.i386 How reproducible: Always. Steps to Reproduce: 1. Run olive-gtk. Actual results: It crashes. Expected results: It starts normally. Additional info: It's fixed in the following patch: http://bazaar.launchpad.net/%7Ebzr-gtk/bzr-gtk/trunk/diff/629