← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #247222]: Using Sikuli to test Python3/PyQt5 on Mac?

 

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

    Status: Answered => Solved

David Cortesi confirmed that the question is solved:
Thank you for the reply. Using run() command in the script does not work
because as the doc. says, it "executes the command and the script waits
for its completion." So it does start my python program, which comes up,
but the script does nothing until the app terminates. Then of course
there is no window to find any more.

However! Using subprocess.popen() does work: the app starts, its stdout
comes out in the sikuli IDE msg window, and the rest of the script runs.

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