← Back to team overview

sikuli-driver team mailing list archive

[Question #185319]: From rc2 to rc3 something breaks running sikuli from robotframework.jar

 

New question #185319 on Sikuli:
https://answers.launchpad.net/sikuli/+question/185319

May be related to: https://answers.launchpad.net/sikuli/+question/141252

Execution method:
---
java -cp "java\*" ^
     -Dpython.path="java\sikuli-script.jar\Lib" ^
     org.robotframework.RobotFramework ^
     --pythonpath=. ^
     --outputdir=%CD%/results ^
     --loglevel=TRACE ^
	 %*
--
./java/sikuli-script.jar
./java/robotframework-2.6.3.jar
--

sikuli-script.jar - RC2 works
sikuli-script.jar - RC3 produces error:
--
==============================================================================
Product :: Install product and create snapshots
==============================================================================
Install :: ...PyramidTemp
lateMatcher: source is smaller than the target
 | FAIL |
AssertionError
------------------------------------------------------------------------------
Product :: Install product and create snapshots                       | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
Output:  C:\Dropbox\AppFW\results\output.xml
Log:     C:\Dropbox\AppFW\results\log.html
Report:  C:\Dropbox\AppFW\results\report.html

C:\Dropbox\AppFW>run tests\Acceptance2.tsv
Exception in thread "main" Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Dropbox\AppFW\java\robotframework-2.6.3.jar\Lib\robot\__init__$py.class", line 16, in <module>
  File "C:\Dropbox\AppFW\java\sikuli-script.jar\Lib\os.py", line 118, in <module>
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.