Re: [Libvir] Problems with defineXML in python..

2007-10-10 Thread Daniel Veillard
On Tue, Oct 09, 2007 at 09:20:27PM -0600, Mark Dehus wrote: > I am having some problems getting libvirt under python to work properly. > I can setup new domains by using the createLinux() function, but when I > attempt to use defineXML() it fails with no reason given other then > "virDomainDefineX

[Libvir] Problems with defineXML in python..

2007-10-09 Thread Mark Dehus
I am having some problems getting libvirt under python to work properly. I can setup new domains by using the createLinux() function, but when I attempt to use defineXML() it fails with no reason given other then "virDomainDefineXML() failed". I am using the same XML file for both functions. Thi