Question #150145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/150145
RaiMan posted a new comment: I understand your need, ok. It seems you have activated some cygwin environment, which might cause the problem. So did you check your system path (say set on command line)? can you start up your system without cygwin and try? BTW: this is not a Sikuli problem, it is a Jython problem and finally a Python problem. --- If you have some Python available, you might check "import subprocess" in an interactive Python session. --- Or you might use on commandline: java -jar c:\Sikuli\sikuli-script.jar -i which gives you an interactive Jython session, try import subprocess here. --- Or you might install Jython 2.5.2 standalone and run your scripts from command line. If you want to use this, come back, it is tricky. You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

