Václav Ovsík
2009-Feb-18 14:12 UTC
[Pkg-xen-devel] Bug#487165: dependency on python-xml - confirmed
Hi, I can confirm, missing dependency on pyton-xml for 'xm new...' command. lin:/etc/xen# xm new lenny1 Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel at lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module> main.main(sys.argv) File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2528, in main _, rc = _run_cmd(cmd, cmd_name, args) File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2552, in _run_cmd return True, cmd(args) File "<string>", line 1, in <lambda> File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 1305, in xm_importcommand cmd = __import__(command, globals(), locals(), 'xen.xm') File "/usr/lib/xen-3.2-1/lib/python/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "/usr/lib/xen-3.2-1/lib/python/xen/xm/xenapi_create.py", line 23, in <module> from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd ImportError: No module named xmlproc after python-xml was installed: lin:/etc/xen# xm new lenny1 Using config file "./lenny1". And the domain in the Xend repository was created. Thanks -- Zito
Seemingly Similar Threads
- Bug#487165: Bug#487165: [xen-utils-common] xm create requires python-xml to work
- xm new
- xen source (xm new machinename)
- Bug#489325: [xen-utils-common] xm new requires python-xml to work
- Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc".