Skip to content Skip to sidebar Skip to footer

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:

Solution 1:

After changing vixwrapper-config.txt to modify the lines:

ws        19  vmdb  e.x.p Workstation-15.0.0
player    19  vmdb  e.x.p Workstation-15.0.0

to:

ws        19  vmdb  15.5.0 Workstation-15.0.0
player    19  vmdb  15.5.0 Workstation-15.0.0

it started to work again.

Post a Comment for "Python Vix Script Throws Exception After Vmware Worokstation Upgrade"