sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06018
Re: [Question #173899]: Robot Framework Problem
Question #173899 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173899
Status: Needs information => Open
Peter Kim gave more information on the question:
Hi RaiMan,
I uninstalled Jython 2.5.2, Python 2.7.2, Robot Framework 2.5.5, and
Sikuli X 1.0rc3 and reinstalled Jython 2.5.1 and Sikuli X 1.0rc3. I then
downloaded robotframework-2.5.5.jar.
However I still have the same problem:
D:\Sikuli\RobotFramework>robottest.bat robot_suite\verify_operations.txt
Exception in thread "main" Traceback (most recent call last):
File "<string>", line 1, in <module>
File "D:\Sikuli\RobotFramework\robotframework-2.5.5.jar\Lib\robot\__init__$py.class", line 16, in <module>
File "D:\Program Files\Sikuli X\sikuli-script.jar\Lib\os.py", line 118, in <module>
ImportError: no os specific module found
My robottest.bat looks like the following:
@echo off
set sikuli_jar=D:\Program Files\Sikuli X\sikuli-script.jar
java -cp "robotframework-2.5.5.jar;%sikuli_jar%" ^
-Dpython.path=..\robotframework-2.5.5.jar\Lib;"%sikuli_jar%/Lib" ^
org.robotframework.RobotFramework ^
--pythonpath=calc.sikuli ^
--outputdir=results ^
--loglevel=TRACE ^
%*
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.