← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237113]: Can't launch scripts from command line with help a command subproces.Popen()

 

Question #237113 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237113

    Status: Open => Answered

RaiMan proposed the following answer:
you might try the args-as-list version of Popen:

START = ["C:\Program Files (x86)\Sikuli X\Sikuli-IDE.bat", "-r",  "C:\Documents and Settings\Administrator\GT_Autotest\Source_Scripts\1.sikuli"]
Popen(START, shell = True)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.