I would like to update my PRTG python with additional modules(wmi, pywin32) that required for my Python Script Advanced Sensor. I tried to update python with pywin32 but i am getting the below error,
File setup.py, line 16, in <module> exec(str(got)) File <string>, line 1944, in <module> File <string>, line 594, in __init__ |
Add comment