Hi, I executed the below command to add a domain to xend managed list. root@cbananth:/home/cbananth# xm new new_guest/guests/fedora.fc9.20080706.img/fedora.fc9.xen3.cfg Unexpected error: <type ''exceptions.ImportError''> Below is the output... Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in <module> main.main(sys.argv) File "//usr/lib/python/xen/xm/main.py", line 2884, in main _, rc = _run_cmd(cmd, cmd_name, args) File "//usr/lib/python/xen/xm/main.py", line 2908, in _run_cmd return True, cmd(args) File "<string>", line 1, in <lambda> File "//usr/lib/python/xen/xm/main.py", line 1375, in xm_importcommand cmd = __import__(command, globals(), locals(), ''xen.xm'') File "//usr/lib/python/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "//usr/lib/python/xen/xm/xenapi_create.py", line 23, in <module> from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd ImportError: No module named xmlproc Please guide me on how to add a domain to the xend managed list of domains. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ruben Kerkhof
2009-May-04 11:44 UTC
Re: [Xen-devel] Error adding domain to xend domain management
On Fri, May 1, 2009 at 2:24 AM, Ananth <cbananth@gmail.com> wrote:> Hi, > I executed the below command to add a domain to xend managed list. > > root@cbananth:/home/cbananth# xm new > new_guest/guests/fedora.fc9.20080706.img/fedora.fc9.xen3.cfg > Unexpected error: <type ''exceptions.ImportError''> > > Below is the output... > > Please report to xen-devel@lists.xensource.com > Traceback (most recent call last): > File "/usr/sbin/xm", line 10, in <module> > main.main(sys.argv) > File "//usr/lib/python/xen/xm/main.py", line 2884, in main > _, rc = _run_cmd(cmd, cmd_name, args) > File "//usr/lib/python/xen/xm/main.py", line 2908, in _run_cmd > return True, cmd(args) > File "<string>", line 1, in <lambda> > File "//usr/lib/python/xen/xm/main.py", line 1375, in xm_importcommand > cmd = __import__(command, globals(), locals(), ''xen.xm'') > File "//usr/lib/python/xen/xm/new.py", line 26, in <module> > from xen.xm.xenapi_create import * > File "//usr/lib/python/xen/xm/xenapi_create.py", line 23, in <module> > from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd > ImportError: No module named xmlproc > > Please guide me on how to add a domain to the xend managed list of domains. > > Thank you. > > Warm Regards > Ananth >If you''re on Fedora, try installing PyXML. Regards, Ruben _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ananth
2009-May-08 21:22 UTC
Re: [Xen-devel] Error adding domain to xend domain management
Hi, I am using 8.04 for my dom0... I am unable to find pyXML package from synaptec... Please guide me in this regard. Thanks & Regards Ananth On Mon, May 4, 2009 at 5:14 PM, Ruben Kerkhof <ruben@rubenkerkhof.com>wrote:> On Fri, May 1, 2009 at 2:24 AM, Ananth <cbananth@gmail.com> wrote: > > Hi, > > I executed the below command to add a domain to xend managed list. > > > > root@cbananth:/home/cbananth# xm new > > new_guest/guests/fedora.fc9.20080706.img/fedora.fc9.xen3.cfg > > Unexpected error: <type ''exceptions.ImportError''> > > > > Below is the output... > > > > Please report to xen-devel@lists.xensource.com > > Traceback (most recent call last): > > File "/usr/sbin/xm", line 10, in <module> > > main.main(sys.argv) > > File "//usr/lib/python/xen/xm/main.py", line 2884, in main > > _, rc = _run_cmd(cmd, cmd_name, args) > > File "//usr/lib/python/xen/xm/main.py", line 2908, in _run_cmd > > return True, cmd(args) > > File "<string>", line 1, in <lambda> > > File "//usr/lib/python/xen/xm/main.py", line 1375, in xm_importcommand > > cmd = __import__(command, globals(), locals(), ''xen.xm'') > > File "//usr/lib/python/xen/xm/new.py", line 26, in <module> > > from xen.xm.xenapi_create import * > > File "//usr/lib/python/xen/xm/xenapi_create.py", line 23, in <module> > > from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd > > ImportError: No module named xmlproc > > > > Please guide me on how to add a domain to the xend managed list of > domains. > > > > Thank you. > > > > Warm Regards > > Ananth > > > > If you''re on Fedora, try installing PyXML. > > Regards, Ruben >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ruben Kerkhof
2009-May-11 22:06 UTC
Re: [Xen-devel] Error adding domain to xend domain management
On May 8, 2009, at 11:22 PM, Ananth wrote:> Hi, > I am using 8.04 for my dom0... I am unable to find pyXML package > from synaptec... > Please guide me in this regard.Ah, your on Ubuntu. This looks like http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1257 Ruben _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel