← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #286612]: run .py file in sikuli

 

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

sohail posted a new comment:
Thanks for your really productive discussion , @ RaiMan  i have used your code successfully 
 python = r"C:\Python27\python"
pyscript = r"C:\Python\hello.py"
cmd = "%s %s" % (python, pyscript)
 run(cmd)

I have automated GUI part in sikuli then I have automated web part in
python using selenium  and called that pyhton file using your above
described code. Its works fine.

But problem is this  Sikuli IDE keeping running, its does not terminate.
any solution.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.