Execute Command v11.1

Post Reply
joaodaffonsojr
Member
Posts: 34
Joined: Wed Sep 08, 2021 4:36 pm

Execute Command v11.1

Post by joaodaffonsojr »

Hello !
I am experiencing errors in Enfocus Switch with the Execute Command tool in version 11.1.
In version 10 it worked without any issues, but after updating it stopped working.
It is a Python script that analyzes a PDF and generates an XML with the analysis data.

I use sys.argv[1] and sys.argv[2] to pass the file variables to be executed:
Execute ok.png
Execute ok.png (193.86 KiB) Viewed 115 times
C:\Trabalhos\Python\ALGORITMO_R90\alg4_sw.py "%1" "%2"

But now it gives an error.
error-1.png
error-1.png (224 KiB) Viewed 115 times
error-2.png
error-2.png (85.71 KiB) Viewed 115 times
Has anyone else experienced this error after updating?
joaodaffonsojr
Member
Posts: 34
Joined: Wed Sep 08, 2021 4:36 pm

Re: Execute Command v11.1

Post by joaodaffonsojr »

It also happened with another program: I use an imposition software through CLI, and it always worked in version 10, but now it fails in version 11.1.
Attachments
erro-4.png
erro-4.png (100.97 KiB) Viewed 112 times
erro-3.png
erro-3.png (219.02 KiB) Viewed 112 times
Post Reply