From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles Coffing" Subject: Re: Temporary fix for xen-tools build problem with python 2.4 Date: Mon, 17 Apr 2006 11:57:29 -0400 Message-ID: <444366BA.D169.003C.0@novell.com> References: <20060416213135.GA3037@leeni.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20060416213135.GA3037@leeni.uk.xensource.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > On Sun, Apr 16, 2006 at 3:31 PM, in message <20060416213135.GA3037@leeni= .uk.xensource.com>, Ewan Mellor wrote: > On Sun, Apr 16, 2006 at 03:09:35PM - 0400, John L Griffin wrote: >=20 >> (Extra note: After reboot, I now get this warning when I run "xm list": >>=20 >> [3:06pm] root@localhost{~}% xm list >> /usr/lib/python2.4/xmllib.py:9: DeprecationWarning: The xmllib module = is=20 >> obsolete. Use xml.sax instead. >> warnings.warn("The xmllib module is obsolete. Use xml.sax = instead.",=20 >> DeprecationWarning) >> Name ID Mem(MiB) VCPUs State Time(s) >> Domain- 0 0 3801 4 r----- 32.3 >>=20 >> That'll need to be fixed too, but that's for another time.) >=20 > SLES 10, I presume? I sent a note out about this last week -- you need = to > install the python- xml package. Starting in SLES 10 beta 10, the xen-tools package requires the python-xml = package. So these warnings should be going away soon...