sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11684
Re: [Question #202876]: Sikuli CGI problem
Question #202876 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202876
Dobri Dobrev posted a new comment:
Thanks a lot for the help.
Seems like Sikuli does not see the screen when ran from the CGI script.
The code I used is:
SCREEN=Screen(0)
SCREEN.capture()
When I call it from the IDE or terminal, I get a "select an are of the screen" prompt, while when I try to run it from CGI (same command as from terminal) I get :
TypeError: unbound method capture() must be called with Screen instance as first argument (got nothing instead)
That makes me think that Sikuli does not see the script when ran from
apache CGI, but unfortunately I have no idea what could be causing that.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.