Subject: Re: RuntimeError: (61, 'Connection refused')
To: Tino Wildenhain <tino@wildenhain.de>
From: Ari Suutari <ari@suutari.iki.fi>
List: port-xen
Date: 07/04/2006 13:39:48
Hi,

Tino Wildenhain wrote:
> Ari Suutari schrieb:
>>     Of course. However, it looks like xen tools should
>>     be modified then, they seem to use xmlrpclib, which in
>>     turn uses xmlrpc. I have no idea how much work this would
>>     be.
> 
> Does it? Not here. Not in 2.3 nor in 2.4. This seems to be
> something that parses config files.

	xmlrpclib imports xmllib lazily if it doesn't
	find any other xml parser. So, the correct
	fix is to install another xml parser support for
	python. I installed textproc/py-expat from pkgsrc
	and the warning is gone.

	I'm sorry for giving kludgery instructions first
	without checking this in-depth.

	Ari S.