Re: [Tutor] VIX API

2007-10-11 Thread Kent Johnson
Michael Langford wrote: > Creating your own wrapper using swig(http://www.swig.org/) is not a bad > exercise if you've not done it. Callbacks are the only part that I'd > call really *hard* about wrapping a C Api using python, but debugging is > definitely different across language boundaries i

Re: [Tutor] VIX API

2007-10-11 Thread Michael Langford
There is a wrapper. It's called pyvix (http://sourceforge.net/projects/pyvix). If you actually use it, let me know how it goes. I use vmware every day at work and would love to control it via some python tools if the API functions well. I've not had the time to play with it. Creating your own wrap

[Tutor] VIX API

2007-10-11 Thread Stephen Nelson-Smith
Hello, Does anyone know if there are python bindings for the VMware VIX API? I googled for a bit, but didn't find them... How tricky would it be to wrap the C API? S. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tuto