* ImportError: No module named lxml
@ 2013-02-28 7:21 Hossam
2013-02-28 9:39 ` Olaf Hering
0 siblings, 1 reply; 2+ messages in thread
From: Hossam @ 2013-02-28 7:21 UTC (permalink / raw)
To: xen-devel
Dears ,
i need you support as i got the following error :
#xm new -f
/OVS/Repositories/0004fb0000030000505b685a936d0faf/VirtualMachines/0004fb00000600001dfb6cf4b6258355/vm.cfg
Unexpected error: exceptions.ImportError
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 7, in ?
main.main(sys.argv)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 3983,
in main
_, rc = _run_cmd(cmd, cmd_name, args)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 4007,
in _run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 1518,
in xm_importcommand
cmd = __import__(command, globals(), locals(), 'xen.xm')
File "/usr/lib64/python2.4/site-packages/xen/xm/new.py", line 26, in ?
from xen.xm.xenapi_create import *
File "/usr/lib64/python2.4/site-packages/xen/xm/xenapi_create.py",
line 25, in ?
from lxml import etree
ImportError: No module named lxml
Thank you in advance ,
Regards,
Hossam
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ImportError: No module named lxml
2013-02-28 7:21 ImportError: No module named lxml Hossam
@ 2013-02-28 9:39 ` Olaf Hering
0 siblings, 0 replies; 2+ messages in thread
From: Olaf Hering @ 2013-02-28 9:39 UTC (permalink / raw)
To: Hossam; +Cc: xen-devel
On Thu, Feb 28, Hossam wrote:
> ImportError: No module named lxml
Install python-lxml, this is usually enforced by package dependencies.
Olaf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-28 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 7:21 ImportError: No module named lxml Hossam
2013-02-28 9:39 ` Olaf Hering
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.