On Tuesday, March 2, 2010, Ian Bicking <[email protected]> wrote: > > COM/XPCOM and SOAP all make me run for subprocess calls, but if you feel > comfortable about it then that would be awesome, and I'd be glad to help > with the non-COM/XPCOM/SOAP parts. >
The Python API distributed by VirtualBox wraps all that up into a tidy package. Check out VBoxWeb (or the vboxshell.py example distributed with the SDK). All the COM/SOAP stuff is hidden behind a pretty good abstraction layer. ~JW
