|
Bugzilla – Full Text Bug Listing |
| Summary: | Not possible to install XEN vm images | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Birger Kollstrand <birger.kollstrand> |
| Component: | Xen | Assignee: | Clyde Griffin <cgriffin> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
This problem is fixed for the next Beta. In the meantime, you can install python-devel as a workaround. *** This bug has been marked as a duplicate of bug 427442 *** |
When trying to install a XEN virtual machine from Yast I get this. Traceback (most recent call last): File "/usr/bin/vm-install", line 23, in <module> import vminstall.VMDefaults File "/usr/lib/python2.6/site-packages/vminstall/VMDefaults.py", line 16, in <module> from VMRedHat import VMRedHat File "/usr/lib/python2.6/site-packages/vminstall/VMRedHat.py", line 13, in <module> import urlgrabber.grabber as grabber File "/usr/lib/python2.6/site-packages/urlgrabber/__init__.py", line 53, in <module> from grabber import urlgrab, urlopen, urlread File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 377, in <module> import urllib2 File "/usr/lib/python2.6/urllib2.py", line 92, in <module> import httplib File "/usr/lib/python2.6/httplib.py", line 72, in <module> from test.test_support import catch_warning ImportError: No module named test.test_support