search for: lxml

Displaying 20 results from an estimated 49 matches for "lxml".

Did you mean: lkml
2012 Jul 24
9
remove dependency on PyXML from xen?
Fedora is keen to stop using PyXML and I have been sent a bug report https://bugzilla.redhat.com/show_bug.cgi?id=842843 which includes a patch to remove the use of XMLPrettyPrint in tools/python/xen/xm/create.py . I am going to try this in the Fedora build, but I was wondering if it makes sense to do this in the official xen releases as well. Michael Young
2003 Oct 09
2
building XML-0.95-1 on MacOS
I am trying to build the XML package on MacOS. I am using the fink installation of libxml-1.8.17. The configuration information is: Configuration information: Libxml settings libxml include directory: /sw/include/gnome-xml libxml library directory: -L/sw/lib -lxml -lz -lz -lxml libxml 2: no Compilation flags: -I/sw/include/gnome-xml -I/sw/include/gnome-xml/libxml -DLIBXML -I/sw/include/gnome-xml Link flags: -L/sw/lib -lxml -lz -lz -lxml Compiling produced the following error: gcc -bundle -flat_namespace -undefined...
2011 May 01
1
Bug#624788: Python version issue: "ImportError: No module named lxml"
...import__(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/bin/../lib/python/xen/xm/xenapi_create.py", line 24, in <module> from lxml import etree ImportError: No module named lxml ===== The cause is that the current version (2.3-0.1+b2) of python-lxml package in Debian Wheezy available only for Python 2.6 and 2.7. You can safely change python2.5 dependency to python2.6. Also you need to modify /usr/lib/xen-4.0/bin/xm shebang to...
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
...uot;,"python-dev","python-setuptools", "python-pip"]: ensure => present, require => Exec["apt-get update"], } class { ''apt'': } include apt apt::builddep { ["python-imaging","python-lxml"]: require => Class[''apt''] } class {''nodejs'': } include nodejs package {"less": ensure => present, provider => ''npm'', require => Package[''npm''],...
2013 Feb 28
1
ImportError: No module named lxml
...= __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
2010 Oct 08
2
Bug#599520: xen: Patch for replacing python-xml based code with python-lxml based code.
Package: xen Version: 4.0.1-1 Tags: patch Attached is a patch which I already sent upstream that replaces the python-xml (pyxml/xmlproc) based validation code with validation code based on python-lxml. The obvious gain from this is that XenAPI works on Squeeze and Sid, where python-xml is not available anymore. Additionally this patch adds a dependency on python-lxml for the xen-utils-4.0 package. Regards, Stephan -------------- next part -------------- A non-text attachment was scrubbed... Na...
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 Peijnik <spe@anexia.at> diff -r 6e0ffcd2d9e0 -r 7082ce86e492 tools/python/xen/xm/xenapi_create.py --- a/tools/python/xen/xm/xenapi_create.py Fri Sep 17 17:06:57 2010 +0100 +++ b/tools/python/xen/xm/xenapi_create.py Fri Oct 08 12:31:18 20...
2012 Jul 17
0
Processed: reassign 489325 to xen-utils-common, forcibly merging 487165 489325
...values previously set Ignoring request to alter fixed versions of bug #489325 to the same values previously set > forcemerge 487165 489325 Bug #487165 [xen-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 req...
2013 Jan 11
0
missing dep for xen-41: python-lxml
..._(command, globals(), locals(), 'xen.xm') File "/usr/lib/xen-4.1/bin/../lib/python/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "/usr/lib/xen-4.1/bin/../lib/python/xen/xm/xenapi_create.py", line 24, in <module> from lxml import etree ImportError: No module named lxml The installation of python-xmlx solved the issue and xm subsequently worked as expected. Installed packages related to xen: p aide-xen - Advanced Intrusion Detection Environment - p autopkgtest-xenlvm - Xen/LVM...
2012 Jul 01
1
xm crash
...globals(), locals(), ''xen.xm'') File "/usr/lib64/python2.7/site-packages/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "/usr/lib64/python2.7/site-packages/xen/xm/xenapi_create.py", line 25, in <module> from lxml import etree ImportError: No module named lxml The config file I used in the attempt to create the Fedora domain is attached. However, I get the same error message when I run "xm new Foo" where "Foo" is completely fictional so I''m guessing that my real problem is that...
2012 May 06
0
Processed: forcibly merging 570066 487165
Processing commands for control at bugs.debian.org: > forcemerge 570066 487165 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 #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Marked as found in versions xen-common/3.2.0-2. Marked as found in ve...
2012 May 06
0
Processed: reassign 596765 to xen-utils-common, forcibly merging 570066 596765
...39;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-utils-4.1: should depend on python-lxml Bug #487165 [xen-utils-common] [xen-utils-common] xm create requires python-xml to work Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy Bug #596765 [xen-utils-common] xen: can't create a V...
2012 Apr 14
0
Processed: forcibly merging 570066 641934
Processing commands for control at bugs.debian.org: > forcemerge 570066 641934 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 #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Marked as found in versions xen-common/4.1.0~rc6-1. Marked as found in versions xen-common/4.1.0~rc6-1. Added tag(s) d-i. Added tag(s) d-i. Bug #6419...
2011 Sep 25
1
Please report to - xm new
...globals(), locals(), ''xen.xm'') File "/usr/lib/xen-4.1/bin/../lib/python/xen/xm/new.py", line 26, in <module> from xen.xm.xenapi_create import * File "/usr/lib/xen-4.1/bin/../lib/python/xen/xm/xenapi_create.py", line 24, in <module> from lxml import etree ImportError: No module named lxml root@g4-01:~# _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Nov 15
0
Processed: closing 726827, closing 763102, closing 711273, closing 744163, closing 603366, closing 648670 ...
...ks with xl. Marked Bug as done > close 487165 4.4.0-1 Bug #487165 [xen-utils-common] [xen-utils-common] xm create requires python-xml to work Bug #489325 [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...
2012 May 06
0
Processed (with 1 errors): forcibly merging 570066 596765
Processing commands for control at bugs.debian.org: > forcemerge 570066 596765 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 #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy Unable to merge bugs because: package of #596765 is 'xen' not 'xen-utils-common' Failed to forcibly merge 570066: Did not alter...
2013 Mar 21
0
Processed: found 570066 in 4.1.4-2
Processing commands for control at bugs.debian.org: > found 570066 4.1.4-2 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #487165 [xen-utils-common] [xen-utils-common] xm create requires python-xml to work Bug #489325 [xen-utils-common] [xen-utils-common] xm new requires python-xml to work Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #596765 [xen-utils-common] xen: can't creat...
2011 Apr 04
0
Fwd: Fwd: bug on create domain0
...cmd = __import__(command, globals(), locals(), ''xen.xm'') File "/usr/lib64/python2.7/site-packages/xen/xm/new.py", line 26, in from xen.xm.xenapi_create import * File "/usr/lib64/python2.7/site-packages/xen/xm/xenapi_create.py", line 25, in from lxml import etree ImportError: No module named lxml you have add dependent dev-python/lxml to app-emulation/xen-tools ebuild ------------------------------------------------- second xm create /vm/a4/config/hvm.run Using config file "/vm/a4/config/hvm.run". Error: Unable to connect to xend:...
2014 Dec 05
2
building NUT on Mac OS X Yosemite (website/documentation)
...l.com>: > same issue with gmake (expect that command output and errors are now in > French..;) > gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?, > n?cessaire pour ? ups-html.txt ?. Arr?t. tools/nut-hclinfo.py is failing: you need python modules json/simplejson and lxml
2010 Oct 18
1
Bug#570066: Patch from xen-devel
Hi, Here is patch that i mean: http://www.listware.net/201010/xen-devel/26206-xen-devel-patch-replace-pyxmlxmlproc-based-xml-validator-with-lxml-based-one.html and it's accepted already to upstream. -- WBR, Dmytro Sirant