Hello, for a testmodule I need to execute a python script from within a python script. Something like: -- ScriptA --> import whatever RunScript("scriptb.py") RunScript("scriptc.py") <-- Script A -- Is this possible? I didn't find a possibility to do this. Would be nice if you could give me some advice here. Thank you, Mipe