Unable to run ESAComp Python Scripts remotely
Dear ESAComp Python Scripters,
I'm facing the following rookie issue when trying to run the ESAComp analyses remotely from a batch file in Windows.
I can successfully run the provided ESAComp Python Scripting Examples by the GUI\File\Run batch file... -method. However, if I try to run the same examples remotely from the Windows Command Prompt with a created *.bat-file, including one of the commands:
“C:\[mypath]\ESAComp.exe” -b my_python_file.py
“C:\[mypath]\ESAComp.exe” -w -b my_python_file.py,
I have no success (yes the GUI opens up with the equivalent command option but nothing happens, i.e. analyses were not run).
The Visual Studio Code indicates for the *.py-file
...
### Import of necessary modules
from esacomp import *
...
that "Import esacomp could not be resolved". It seems that the esacomp package is not available in Python, thus the corresponding objects are not available either. I'm using Altair ESAComp 2020.0.0.22 version, and Python 3.7.8 64-bit as an Interpreter.
Should the proposed remote method work in Windows, and if so, what am I missing here?
Thank you,
-Tomi