View Single Post
  #1  
Old 09-13-2010, 05:29 AM
kay kay is offline
Member
 
Join Date: Oct 2009
Posts: 10
Execute (windows) command from Vizard

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
Reply With Quote