Comment 11 for bug 680627

Revision history for this message
Patrick Spinler (spinler-patrick) wrote : Re: Error starting Virtual Machine Manager: No module named version

Answered my own question again -- "version.py" is a file being shipped in the virtinst package, under /usr/share/pyshared/virtinst, and it contains the single variable "__version__'.

So, for some reason, the import in virtinst/__init__.py expects to find virtinst/version.py, but can't.

Apologies for the flood of notes, many with stupid questions I'm answering myself. :-(

-- Pat