Re: [Sikuli-driver] [Question #202876]: Sikuli CGI problem

2012-07-12 Thread Dobri Dobrev
Question #202876 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202876 Status: Answered => Solved Dobri Dobrev confirmed that the question is solved: After restarting Apache a couple of times, it started working, without me changing anything. Really weird. Nevertheless, tha

Re: [Sikuli-driver] [Question #202876]: Sikuli CGI problem

2012-07-12 Thread RaiMan
Question #202876 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202876 RaiMan requested more information: yes, this is strange. But this seems to be more a Jython problem. just run a script with a simple capture() If you get the error again, pls. paste the error stack trace.

Re: [Sikuli-driver] [Question #202876]: Sikuli CGI problem

2012-07-12 Thread Dobri Dobrev
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

Re: [Sikuli-driver] [Question #202876]: Sikuli CGI problem

2012-07-12 Thread RaiMan
Question #202876 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202876 Status: Open => Answered RaiMan proposed the following answer: So the question is: does it still work without the configuration change? If yes, then it might be a problem accessing the screen. So you sh

[Sikuli-driver] [Question #202876]: Sikuli CGI problem

2012-07-11 Thread Dobri Dobrev
New question #202876 on Sikuli: https://answers.launchpad.net/sikuli/+question/202876 I am trying to call Sikuli scripts from a perl CGI script. However, when I do, I got a "homeButton.png not found on screen error". When I run it from command line (the sikuli script) it works just fine. It does