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
Run exe from GUI script
- Joel Quarnstrom
- Posts: 15
- Joined: Sat Mar 02, 2019 6:18 pm
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Run exe from GUI script
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).