Sep 13, 2019

Hi I am totally new to python, so have been trying to follow the instructions outlined.
but i am having the below issue, which i am not sure, how to get around.
Any help would be greatly appreciated.
D:\HostChecker\compchecker_v1_10066133>python compchecker.py -s x.x.x.x -u *****
Traceback (most recent call last):
File "compchecker.py", line 10, in <module>
from tools import hostmanager
File "D:\HostChecker\compchecker_v1_10066133\tools\hostmanager.py", line 11, in <module>
from tools import hostresource
File "D:\HostChecker\compchecker_v1_10066133\tools\hostresource.py", line 7, in <module>
from tools import common, compvalidator, hostaccess, restservice, cmdutil
File "D:\HostChecker\compchecker_v1_10066133\tools\compvalidator.py", line 7, in <module>
from tools import restservice, hostaccess
File "D:\HostChecker\compchecker_v1_10066133\tools\hostaccess.py", line 9, in <module>
from pyVim import connect
ModuleNotFoundError: No module named 'pyVim'

Thank you