Question #252490 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252490

balu posted a new comment:

Hi RaiMan,

   I am suspecting issue in "pathonpath" in my robottest.bat . I have
installed python in "C:\Python27". Should I refer this is python
installation path?

@echo off

set sikulix_jar=C:\robot\libs\SikuliX_110\sikulixapi.jar
set robot_framework_jar=C:\Users\symbol\Desktop\Projects\Sikuli 
Projects\calc.sikuli\robotframework-2.8.5.jar

java -cp "%robot_framework_jar%;%sikulix_jar%" ^
     -Dpython.path="%sikulix_jar%/Lib" ^
     org.robotframework.RobotFramework ^
     --pythonpath=calc.sikuli ^
     --outputdir=results ^
     --loglevel=TRACE ^
     %*  


I tried with python installtion path. But still I am getting same error.

Please guide me on this.

-- 
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

Reply via email to