Vmware api
Rajanikanth Jammalamadaka
rajanikanth at gmail.com
Sun Aug 17 13:56:40 EDT 2008
Hi! Luke,
You can use the vmrun command for interacting with VMware
Workstation/Fusion. You can do something like
import os
os.system('vmrun start .vmxFile')
os.system('vmrun stop .vmxFile')
If you can be more specific about your needs, I may be able to help you further.
Thanks,
Raj
On Sun, Aug 17, 2008 at 6:19 AM, Luke Hamilton
<luke.hamilton at rpm-solutions.com.au> wrote:
> Hi List,
>
> Has anyone here played around with getting python to talk to the vmware
> api's. I have had a quick look at vmware's api and there is no out of the
> box python packages, but I believe that there might be some third party
> wrappers around? If anyone has any info that would be great. Thanks
>
> Regards,
> Luke Hamilton
> Solutions Architect
> RPM Solutions Pty Ltd
> Mobile: 0430 223 558
> luke.hamilton at rpm-solutions.com.au
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
"For him who has conquered the mind, the mind is the best of friends;
but for one who has failed to do so, his very mind will be the
greatest enemy."
Rajanikanth
More information about the Python-list
mailing list