I am playing arround with pyvmomi and I managed to get the "sample" script (getallvms.py) working.
I am now trying an other script that I found here: https://raw.githubusercontent.com/vmware/pyvmomi-community-samples/master/samples/vminfo_quick.py
When I run this script I get the following error:
Iwans-Mac:sample iwan-home-folder$ python vminfo_quick.py -s 10.11.11.215 -u pyvmomi-user@sso-iwan.local -p VMware1!
Traceback (most recent call last):
File "vminfo_quick.py", line 19, in <module>
from tools import cli
ImportError: No module named tools
I am not sure how I install the module "tools". Can someone tell me how I should continue?
Thanks, Iwan