PDA

View Full Version : Execute (windows) command from Vizard


kay
09-13-2010, 05:29 AM
hi,

I need to execute/start an external windows program (.exe) from a vizard python script. I tried to use subprocess.Popen and several of the deprecated variants. None worked, the external program and/or vizard always crashes.
Any other ideas?

Thank you

kay