#1
|
|||
|
|||
running multiple vizard scripts from python
Hello,
This is what I want to accomplish: A main.py file runs several vizard scripts one after another. This command is used to run the vizard scripts: Quote:
EDIT: I've also been experimenting with spawnl(P_WAIT, execCommand) but when the first vizard script is launched and i quit the graphical window, it doesnt continue the original script. Apparently this is caused because my calling function was startscript, which seems to be implemented in vizard.. But either way i haven't got it to work . greets, Kevin Last edited by exhale; 05-09-2005 at 05:04 AM. |
#2
|
|||
|
|||
got it to work using:
os.system('c:\\Progra~1\\Vizard25\\bin\\winviz.exe c:\\Progra~1\\Vizard25\\experimenten\\Final\\a-01.py 0') this is dynamically changed, but that's what it comes down to. greets |
|
|