WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] ImportError: No module named xmlproc

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] ImportError: No module named xmlproc
From: Nishikant Deshmukh <nishikant.deshmukh@xxxxxxxxx>
Date: Fri, 23 Oct 2009 15:37:40 -0400
Delivery-date: Fri, 23 Oct 2009 12:38:22 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=OLv5jBSK7Mxm3UTi3OXNmAPXOZxaEjmnVX5wyxeuXRY=; b=EakkiB3LS4mIudXuSbJ7fSmCbwm1GM9CieyTsUcdFh7PkKL6kctIcvL4B2hfOZm8zF WfNXyRbf84qLJxhjl6MLouAbvGeniOgvbRGDvihF32tM8QhlugCBrOnI2Ty2Gc0BkMXh uHfVBS6eMNztspdHdPn5sVShT559tfA97Ws1Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gCkwo8vQp8sJlqrC+IQGZje+7gFPTCrkLnMINzCJgKDZa8ojqejTxdSsBzw32Vevt1 Ij3Rtk9v5NcZ28OCk3sQQMDLVBuHCidRtt8G9xke6GLBXvJ8nXdBs18jiBu1iCivM+o3 v3LN+ZvySrL0+QD6fDHJ9oWbBf/5shY9B3gAk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Unexpected error: <type 'exceptions.ImportError'>

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
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


--
Best Regards,
Nishikant Deshmukh
Graduate Student
Johns Hopkins University Homewood Campus

Sent from Baltimore, MD, United States
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] ImportError: No module named xmlproc, Nishikant Deshmukh <=