* hmmmmm
@ 2012-04-24 22:59 John McCabe
2012-04-27 12:38 ` hmmmmm Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: John McCabe @ 2012-04-24 22:59 UTC (permalink / raw)
To: xen-devel
root@pr-prodxen:/home/jmccabe# xm new test1.utopiaimage.local
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.0/bin/xm", line 8, in <module>
main.main(sys.argv)
File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3620, in main
_, rc = _run_cmd(cmd, cmd_name, args)
File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3644, in _run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 1449, in
xm_importcommand
cmd = __import__(command, globals(), locals(), 'xen.xm')
File "/usr/lib/xen-4.0/lib/python/xen/xm/new.py", line 26, in <module>
from xen.xm.xenapi_create import *
File "/usr/lib/xen-4.0/lib/python/xen/xm/xenapi_create.py", line 22,
in <module>
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: hmmmmm
2012-04-24 22:59 hmmmmm John McCabe
@ 2012-04-27 12:38 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2012-04-27 12:38 UTC (permalink / raw)
To: John McCabe; +Cc: xen-devel@lists.xensource.com
On Tue, 2012-04-24 at 23:59 +0100, John McCabe wrote:
> root@pr-prodxen:/home/jmccabe# xm new test1.utopiaimage.local
> Unexpected error: <type 'exceptions.ImportError'>
>
> Please report to xen-devel@lists.xensource.com
> Traceback (most recent call last):
> File "/usr/lib/xen-4.0/bin/xm", line 8, in <module>
> main.main(sys.argv)
> File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3620, in main
> _, rc = _run_cmd(cmd, cmd_name, args)
> File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3644, in _run_cmd
> return True, cmd(args)
> File "<string>", line 1, in <lambda>
> File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 1449, in
> xm_importcommand
> cmd = __import__(command, globals(), locals(), 'xen.xm')
> File "/usr/lib/xen-4.0/lib/python/xen/xm/new.py", line 26, in <module>
> from xen.xm.xenapi_create import *
> File "/usr/lib/xen-4.0/lib/python/xen/xm/xenapi_create.py", line 22,
> in <module>
> from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
> ImportError: No module named xmlproc
You appear to be missing whichever package provides xmlproc (python-xml
perhaps?)
Ian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-27 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24 22:59 hmmmmm John McCabe
2012-04-27 12:38 ` hmmmmm Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).