sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38205
Re: [Question #293980]: With will become a reserved keyword in python 2.6
Question #293980 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/293980
Status: Answered => Open
Shobin is still having a problem:
Thank you for response.
I erased everything and started from the beginning.
I got my "with is not part of python 2.6" issue resolved by using the
robot directory of RFW3.0
Now when i run my jybottest.bat file i get nothing, nothing happens on
screen in the command prompt. The cursor returns to the original
position with no updated.
@echo off
setlocal
set ROBOT_HOME=%~dp0
set JYTHON_HOME=%ROBOT_HOME%
set SIKULIX_HOME=%ROBOT_HOME%
set CLASSPATH=%SIKULIX_HOME%sikulixapi.jar;%CLASSPATH%
set JYTHONPATH=%SIKULIX_HOME%sikulixapi.jar\Lib
java -cp %JYTHON_HOME%jython.jar;%CLASSPATH% org.python.util.jython ^
%ROBOT_HOME%robot\run.py ^
--pythonpath=%ROBOT_HOME%calc.sikuli ^
--outputdir=result ^
--loglevel=TRACE ^
%*
endlocal
This is my jybottest file.
I am puzzled as to why nothing is being displayed.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.