[libvirt] trying to 'destroy' a domain with Python bindings...

2008-07-07 Thread Michael March
When I do this: conn.lookupByName('myDomU').destroy() ... I get this: Traceback (most recent call last): File test.py, line 30, in ? print conn.lookupByName('myDomU').destroy() File /usr/lib64/python2.4/site-packages/libvirt.py, line 238, in destroy if ret == -1: raise libvirtError

Re: [libvirt] trying to 'destroy' a domain with Python bindings...

2008-07-07 Thread Daniel Veillard
On Mon, Jul 07, 2008 at 02:21:49AM -0700, Michael March wrote: When I do this: conn.lookupByName('myDomU').destroy() ... I get this: Traceback (most recent call last): File test.py, line 30, in ? print conn.lookupByName('myDomU').destroy() File

Re: [libvirt] trying to 'destroy' a domain with Python bindings...

2008-07-07 Thread Michael March
When I do this: conn.lookupByName('myDomU').destroy() ... I get this: Traceback (most recent call last): File test.py, line 30, in ? print conn.lookupByName('myDomU').destroy() File /usr/lib64/python2.4/site-packages/libvirt.py, line 238, in destroy if ret == -1: raise