I am running a Python application from a batch file on a Windows Server 2016 machine.
The Python application connects with the correct username and password in this format:
ds = dsws.Datastream(username, password)
However the applciation persistently fails to connect, showing this error:
_get_token : Exception Occured
(<class 'ModuleNotFoundError'>, ModuleNotFoundError("No module named 'wincertstore'"), <traceback object at 0x0000020C14A1DE00>)
Can you assist?