I have written a Python file to export plaxis results. Now I want to use it for multiple files.
I tried to run it in the command line:
"C:\Program Files\Seequent\PLAXIS 2D 2023.1\Plaxis2DOutput.exe" --AppServerPassword=YOURPASSWORD --AppServerPort=10001 " first plaxis file location and name here"
"C:\ProgramData\Seequent\PLAXIS Python Distribution V2\python\pythonw.exe" -u "python file here"
"C:\Program Files\Seequent\PLAXIS 2D 2023.1\Plaxis2DOutput.exe" --AppServerPassword=YOURPASSWORD --AppServerPort=10001 "second file here"
.......
I could open the output file, however, the Python file wouldn't run, unless I closed it, but once I closed it. Python file wouldn't find the results. The only way I open the output file, manually create the remote/port number and run the python file. Open the second file manually and run the python file.
Any way to run it in Python?