Got the FlexSimPy going and through execution nodes with flexscript can pretty much control anything which is nice. But, no matter if i put True or False in the showGUI the gui doesnt launch. It would be nice for debugging purpose and also I cant trigger a recording without the gui running it seems (which kinda makes sense I guess). Any suggestions on how to debug?
controller = fp.launch(evaluationLicense=True, showGUI=True, programDir=pDir)