mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #186] Fedora 19 : "No module named virtinst" #142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @romu70 on GitHub (Dec 30, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/186
Hi,
After the fix of the issue I've had last week, I shutdown the computer for Christmas. Now, back to work, I started my server and I get the following error:
Any help? Thanks.
@romu70 commented on GitHub (Dec 30, 2013):
Searched a bit. The issue is due to a state change in the python-virtinst which is now obsolete in Fedora.
I've been able to install it by fetching a F18 package and it worked. But after some distro updates, the package was removed and I can't install it anymore.
It seems the Virt-Manager python binding is now included into Virt-Manager, but I don't know how to fix this.
@romu70 commented on GitHub (Dec 30, 2013):
I think I may have fixed the issue by changing the line:
By the line:
In the following files from the /var/www/webvirtmgr/vrtManager folder:
Is this correct?
@retspen commented on GitHub (Dec 30, 2013):
alredy removed. Try:
$ git pull
@romu70 commented on GitHub (Dec 30, 2013):
As I did some changes, I needed to run:
And everything runs fine now. Thanks for the help.