Hi,
How to use python scripts? I try Run script with 1 line:
Watch.Log(“this is a log”,3)
and I have error.
W3603: Error running script.
Should I configure workflow first or what? I have installed python on my PC.
Hi,
How to use python scripts? I try Run script with 1 line:
Watch.Log(“this is a log”,3)
and I have error.
W3603: Error running script.
Should I configure workflow first or what? I have installed python on my PC.
To be able to use Python scripts in Workflow you need to have installed Python 2.7.13 (32 bit!) and the corresponding PyWin32:
http://sourceforge.net/projects/pywin32/files/pywin32/
Also check documentation:
http://help.objectiflune.com/en/knowledgebase/Default.html#CSHID=%2FKB%2FHWT%2FPPW%2FKB1504.html
(Btw. it worked for me without installing the mentioned setuptools)