[Bug 851336] New: missing attribute "__version__"=?UTF-8?Q?=20=E2=87=92=20start=20failure=20of=20?="Virtual Machine Manager"
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c0 Summary: missing attribute "__version__" ⇒ start failure of "Virtual Machine Manager" Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Upgrade Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Markus.Elfring@web.de QAContact: jsrain@suse.com Found By: --- Blocker: --- I try to start the program "Virtual Machine Manager" from the current YaST interface. I get the following unexpected reaction. Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 402, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 311, in main cli.check_virtinst_version(virtinst_str) File "/usr/share/virt-manager/virtManager/cli.py", line 111, in check_virtinst_version raise RuntimeError(str(e) + "\n\n" + msg) RuntimeError: 'module' object has no attribute '__version__' virt-manager requires the python-virtinst library version 0.600.4 or greater. This can be downloaded at: http://virt-manager.org/download.html I installed the packages "python-virtinst 0.600.4-5.3.1" and "virt-manager 0.9.5-6.1.3" today. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyliu@suse.com AssignedTo|bnc-team-screening@forge.pr |carnold@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c1 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |Markus.Elfring@web.de --- Comment #1 from Charles Arnold <carnold@suse.com> 2013-11-26 15:12:17 UTC --- The bug component indicates that this was an upgrade from a previous version of openSUSE. What version did you upgrade from? How did you perform the upgrade? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c2 Markus Elfring <Markus.Elfring@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|Markus.Elfring@web.de | --- Comment #2 from Markus Elfring <Markus.Elfring@web.de> 2013-11-26 15:20:16 UTC --- (In reply to comment #1)
What version did you upgrade from?
12.3 / Tumbleweed
How did you perform the upgrade?
I switched the relevant installation sources/repositories to the current ones. http://en.opensuse.org/Package_repositories -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c3 --- Comment #3 from David Williams <dwilliams@verseon.com> 2014-02-05 19:51:03 UTC --- I ran into a similar problem. Removing package virt-manager-common resolved the issue for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c4 --- Comment #4 from Charles Arnold <carnold@suse.com> 2014-02-05 20:35:34 UTC --- (In reply to comment #3)
I ran into a similar problem. Removing package virt-manager-common resolved the issue for me.
If you are removing virt-manager-common than you have a newer version of virt-manager on the system than what came with os13.1. Factory: virt-manager-0.10.0, virt-manager-common-0.10.0, virt-install-0.10.0 (no python-virtinst, it's now virt-install-0.10.0) os13.1: virt-manager-0.9.5 and python-virtinst-0.600.4 os12.3: virt-manager-0.9.4 and python-virtinst-0.600.3 You can't mix virt-manager 0.9.5 and python-virtinst with the newer 0.10.0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c5 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #5 from Charles Arnold <carnold@suse.com> 2014-03-03 14:44:41 UTC --- If you decide to run the newer virt-manager, make sure the old one is completely removed. After upgrading make sure /usr/lib/python2.7/site-packages/python-virtinst is gone. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c6 Markus Elfring <Markus.Elfring@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | --- Comment #6 from Markus Elfring <Markus.Elfring@web.de> 2014-03-03 15:48:37 UTC --- (In reply to comment #5) Sonne:~ # ll /usr/lib/python2.7/site-packages/python-virtinst ls: cannot access /usr/lib/python2.7/site-packages/python-virtinst: No such file or directory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c7 --- Comment #7 from Charles Arnold <carnold@suse.com> 2014-03-03 16:22:48 UTC --- Verify what you have installed with, rpm -qa | egrep 'virt-man|virtinst' Remove virt-manager and python-virtinst using (version assumed correct), 'rpm -e virt-manager-0.9.5-6.1.3.x86_64 python-virtinst-0.600.4-5.3.1.x86_64' Then do 'rm -rf /usr/share/virt-manager' and 'rm -rf /usr/lib/python2.7/site-packages/virtinst' Now reinstall virt-manager and python-virtinst. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c8 Markus Elfring <Markus.Elfring@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |FIXED --- Comment #8 from Markus Elfring <Markus.Elfring@web.de> 2014-03-03 16:47:22 UTC --- (In reply to comment #7) I have deleted and reinstalled both software packages as you suggest. The application "Virtual Machine Manager 0.9.5" starts also on my system as expected after the installation retry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c9 --- Comment #9 from Charles Arnold <carnold@suse.com> 2014-03-03 17:13:34 UTC --- Good news. Somewhere on the system virt-manager was finding and old copy of python-virtinst which was creating a version conflict. It is not clear to me how or why the upgrade failed to clean things up but it should work well now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=851336 https://bugzilla.novell.com/show_bug.cgi?id=851336#c10 --- Comment #10 from Markus Elfring <Markus.Elfring@web.de> 2014-03-03 17:28:30 UTC --- (In reply to comment #9) Thanks for your feedback. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com