Comment 4 for bug 702797

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: X 1.0rc1: Windows 7 64 bit: Sikuli doesn't work?

OK, this is the jython interactive command prompt.

On my Win7 32 the test command pipes "from sikuli.Sikuli import *; print SCREEN" into the Jython interpreter, runs it and finishes.

so you could use the start Jython alone being in c:\Users\Andri\Downloads\Sikuli-IDE
java -cp "sikuli-script.jar" org.python.util.jython

Anyway - at the jython prompt >>> enter:
from sikuli.Sikuli import *
hit enter and see what happens.