Page 1 of 1

Run exe from GUI script

Posted: Sun Aug 18, 2019 7:32 am
by joelq
Hello,

I was wondering if there is a command that I could include in a python script for the GUI, which would run an executable file?

Thank you,
Joel Quarnstrom

Re: Run exe from GUI script

Posted: Sun Aug 18, 2019 7:46 am
by tkuchida
This post on Stack Overflow might be helpful: "Running an outside program (executable) in Python?" https://stackoverflow.com/questions/181 ... -in-python. However, note that the GUI's scripting environment is Jython (see https://simtk-confluence.stanford.edu:8 ... /Scripting).