0

I have a very strange problem:

We try to start CANape (14) with python (Version 3.8) via AzureDevops agent (Version 2.181.2) Therefore I use the following python code:

import win32com.client
CANape = win32com.client.Dispatch('CANape.Application')
CANape.Open1(args.CANapeConfig, 1, 50000, True)
CANape.RunScript(args.SciptToExecute)
...

This script works on my PC. I also tried this on the target PC - it also works. But when I try to run this script via the agent of the AzureDevops, the application begins to execute but suddenly stops. It appears in the task manager, but the application is not open / not running and ends after a couple of time.

Have anyone an idea? Thank you very much.

Bastian

0 Answers0