Comment 5 for bug 702155

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: X 1.0rc1: Windows: import Jython module subprocess not possible

copy sikuli-ide.jar to e.g. c:\

and modify the .bat in the Sikuli X program folder:

--- remove the PATH= statement, it is not needed, you have it (to be checked!) already in your system path

--- set the python.path option to: -Dpython.path="c.\sikuli-script.jar/"

run this .bat to start the IDE, and you will find, that your import subprocess works.