Displaying 20 results from an estimated 24 matches for "xmlproc".
2010 Oct 08
7
[PATCH] Replace pyxml/xmlproc-based XML validator with lxml based one.
Pyxml/xmlproc is being used in tools/xen/xm/xenapi_create.py but is
unmaintained for several years now. xmlproc is used only for validating
XML documents against a DTD file.
This patch replaces the pyxml/xmlproc based XML validation with code
based on lxml, which is actively maintained.
Signed-off-by: Stephan...
2010 Feb 16
1
Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc".
...bals(), locals(), 'xen.xm')
File "/usr/lib/xen-3.4/lib/python/xen/xm/new.py", line 26, in <module>
from xen.xm.xenapi_create import *
File "/usr/lib/xen-3.4/lib/python/xen/xm/xenapi_create.py", line 23, in <module>
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
xmlproc is not available in Squeeze or Sid. It appears to be provided
by "python-xml" in Lenny.
2010 Sep 13
0
Bug#596765: xen: can't create a VM : no module named xmlproc
...t__(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
And when I try to get python-xmlproc I get :
apt-get install python-xml
Lecture des listes de paquets... Fait
Construction de l'arbre des d?pendances
Lecture des informations d'?tat... Fait
Certains paquets ne peuv...
2008 Sep 16
2
Xen 3.3.0 on Ubuntu Hardy and xmlproc module.
...__import__(command, globals(), locals(), ''xen.xm'')
File "//usr/lib64/python/xen/xm/new.py", line 26, in <module>
from xen.xm.xenapi_create import *
File "//usr/lib64/python/xen/xm/xenapi_create.py", line 23, in <module>
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
But I have python-xml installed! Look:
root@hyper02:~# *dpkg -l python-xml | grep xml*
ii python-xml
0.8.4-10ubuntu2 XML tools for Python
root@hyper02:~# *uname -a*
Linux hyper02 *2.6.18.8-xen* #1 SMP Fri S...
2010 Sep 23
1
xm new yields Import error: No module named xmlproc
...39;'xen.xm'')
File "/usr/local/lib/python2.6/dist-packages/xen/xm/new.py", line 26,
in <module>
from xen.xm.xenapi_create import *
File "/usr/local/lib/python2.6/dist-packages/xen/xm/xenapi_create.py",
line 23, in <module>
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
I found this post from 2007:
http://lists.xensource.com/archives/html/xen-users/2007-07/msg00225.html
... and the follow-up suggests installing the python-xml package, but on
my system, aptitude install python-xml says &q...
2011 Feb 08
0
Bug#596765: xen-utils-4.0: VM create successfully, when remove xmlproc
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
VM created successfully when I edit this file: /usr/lib/xen-4.0/lib/python/xen/xm/xenapi_create.py
comment line 22 : #from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh li...
2008 May 16
1
xm new
...md = __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
23, in ?
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
Thanks in advance!
D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20080516/59a7399d/attachment-0004.html>
2008 May 18
1
xen source (xm new machinename)
..._import__(command, globals(), locals(), ''xen.xm'')
File "/usr/lib/python2.4/site-packages/xen/xm/new.py", line 26, in ?
from xen.xm.xenapi_create import *
File "/usr/lib/python2.4/site-packages/xen/xm/xenapi_create.py", line 23,
in ?
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
domU machines run using xm create machinename works fine.
Thanks for help!
D.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Feb 18
0
Bug#487165: dependency on python-xml - confirmed
...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
2010 Apr 02
0
unsupported xen domain management
..., ''xen.xm'')
File "/usr/local/lib/python2.6/dist-packages/xen/xm/new.py", line 26, in <module>
from xen.xm.xenapi_create import *
File "/usr/local/lib/python2.6/dist-packages/xen/xm/xenapi_create.py", line 23, in <module>
from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd
ImportError: No module named xmlproc
tlviewer@ubsvr91:~$ xm --help | grep new
new Adds a domain to Xend domain management
-------------------------
tlviewer@ubsvr91:~$ sudo xm info
host : ubsvr91
release : 2.6.32.10...
2010 Aug 31
0
Bug#570066: xen-utils-common: Please document this. See diff note in manpage
Package: xen-utils-common
Version: 4.0.0-1
Severity: normal
Hi,
I think would be good to have a note in manpage about this issue. Will save time to many people which will search about xmlproc in squeeze.
--- xm.1.orig 2010-08-31 11:02:15.393343178 +0200
+++ xm.1 2010-08-31 11:05:25.978339569 +0200
@@ -466,7 +466,9 @@
.RE
.IP "\fBnew\fR \fIconfigfile\fR [\fI\s-1OPTIONS\s0\fR] [\fIvars\fR]..." 4
.IX Item "new configfile [OPTIONS] [vars]..."
-Adds a domain to Xend...
2008 Jun 20
0
Bug#487165: Bug#487165: [xen-utils-common] xm create requires python-xml to work
...ommand, 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
debian:~# apt-get install python-xml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
python-xml-doc python-xml-dbg
The following NEW packages will be installed:
pytho...
2008 Jul 04
0
Bug#489325: [xen-utils-common] xm new requires python-xml to work
...ommand, 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
debian:~# apt-get install python-xml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
python-xml-doc python-xml-dbg
The following NEW packages will be installed:
pytho...
2008 Aug 11
1
Bug#494727: xen-utils-3.2-1: Fail to define a new domain.
...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 install the python-xml package it was fixed.
Please set the python-xml in xen-utils-3.2 package.
Regards,
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Ar...
2010 Nov 10
1
Bug#603099: xen-utils-common: requires python-xml
...t__(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
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (800, 'stable'), (400, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Kern...
2012 May 06
0
Processed: reassign 596765 to xen-utils-common, forcibly merging 570066 596765
Processing commands for control at bugs.debian.org:
> reassign 596765 xen-utils-common
Bug #596765 [xen] xen: can't create a VM : no module named xmlproc
Bug reassigned from package 'xen' to 'xen-utils-common'.
No longer marked as found in versions xen/4.0.1-2 and xen/4.0.1-1.
Ignoring request to alter fixed versions of bug #596765 to the same values previously set
> forcemerge 570066 596765
Bug #570066 [xen-utils-common] xen-util...
2012 Jul 17
0
Processed: reassign 489325 to xen-utils-common, forcibly merging 487165 489325
...en-utils-common] [xen-utils-common] xm create requires python-xml to work
Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml
Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml
Bug #596765 [xen-utils-common] xen: can't create a VM : no module named xmlproc
Bug #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy
Bug #489325 [xen-utils-common] [xen-utils-common] xm new requires python-xml to work
Marked as found in versions xen-common/4.1.0~rc6-1, xen-common/3.4.2-2, xen-common/3.2.0-2, and xen-common/4.0.0-1.
Added tag(s) wontf...
2014 Nov 15
0
Processed: closing 726827, closing 763102, closing 711273, closing 744163, closing 603366, closing 648670 ...
...[xen-utils-common] [xen-utils-common] xm new requires python-xml to work
Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml
Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml
Bug #596765 [xen-utils-common] xen: can't create a VM : no module named xmlproc
Bug #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy
Marked as fixed in versions xen/4.4.0-1.
Marked as fixed in versions xen/4.4.0-1.
Marked as fixed in versions xen/4.4.0-1.
Marked as fixed in versions xen/4.4.0-1.
Marked as fixed in versions xen/4.4.0-1.
Marked as fixe...
2010 Aug 31
0
Processed: severity of 593741 is normal, merging 570066 593741
...> severity 593741 normal
Bug #593741 [xen-utils-common] xen-utils-common: python-xml is not marked as a dependency and xm errors without it
Severity set to 'normal' from 'important'
> merge 570066 593741
Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc".
Bug#593741: xen-utils-common: python-xml is not marked as a dependency and xm errors without it
Merged 570066 593741.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
593741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593741
570066: http://bugs.debi...
2010 Oct 29
0
Bug#596765: xen-utils-4.0: I got this bug, and now python-xml packages was removed
....1-1
Severity: normal
Hello,
I got this bug too, and also want to install python-xml because I read
in xen list that i need this package
http://lists.xensource.com/archives/html/xen-users/2007-07/msg00261.html
But now the packages was removed.
There is a package in debian Squeeze which provide xmlproc ?
LANG=C apt-get install python-xml
apt-get install python-xml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-xml is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted,...