← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #145923]: PIL not supported in Sikuli -- Crop, resize or modify a captured image

 

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

RaiMan posted a new comment:
You seem not to have a valid Sikuli installation.

pls go through faq 2005 first, to get Sikuli IDE running correctly.

to run your PIL script from Sikuli IDE:

import os
os.popen(r"C:\Python27\python.exe C:\Users\gaurav\Desktop\test.py") # as raw string or

os.popen("C:\\Python27\\python.exe C:\\Users\\gaurav\\Desktop\\test.py")
# escaping the \

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