← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173899]: Robot Framework Problem

 

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

RaiMan posted a new comment:
Ok, the option --pythonpath seems not yet being processed at time of
error, since they are not appended to the PYTHONPATH.

so you might try this one:

@echo off
set sikuli_jar=D:\Program Files\Sikuli X\sikuli-script.jar
java -cp "%sikuli_jar%" ^
    -Dpython.path=<absoluete-path-to>calc.sikuli ^
    -jar robotframework-2.5.5.jar ^
     --outputdir=results ^
     --loglevel=TRACE ^
     %*

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.