← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #171418]: RC3 and Robot Framework problems --- workaround

 

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

Peter Kim requested more information:
I am having the exact same problem.

Here is the information on my system:
- Windows XP Service Pack 3
- Java Runtime Environment (JRE 6_27) 
- Jython 2.5.2
- Python 2.7.2
- Robot Framework 2.5.5
- Sikuli X 1.0rc3

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 ^
     %*

When I run it, I get following message:
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 <mo
dule>
ImportError: no os specific module found

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