Comment 10 for bug 680627

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

This appears to be the root cause:

pjs11@patslinux01 ~ $ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named version
>>>

Here's where I hit my python-fu limits again, Isn't "version" supposed to be part of the core language? Or is there a package that needs to be installed for this?

Help, please!

Thanks,
-- Pat