Python VIX script throws exception after VMWare Worokstation upgrade
问题 I have a python VMWare script I was using for a while. After recently upgrading my Workstation version from 15.5.5 to 15.5.6 the script is throwing exception in python VIX module: Traceback (most recent call last): File "C:\Python38_64\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, ...more... vm, ss = common.get_vm(params.vm_path, params.vm_snapshot) File "D:\play\vmware\common.py", line 52, in get_vm host = vix.VixHost() File "C:\Python38_64\lib