Hi,
I am running tcl with batch mode from Python and everything works fine. However, when I convert python script into .exe file and run the file I got an error. I checked library given below and the file exist in the path given below.
"TclInterpInit: couldn't load library "C:Program Files/Altair/2021.2/hwdesktop/hw/rData/bin/win64/rDataTcl.dll": this library or a dependent library could not be found in library path"
Error: *setvalue: Could not modfiy value for dataname/attribute: init 0
while executing
"*setvalue results id=$resultid init=1"
Can anyone help?
Thank you.