← Back to team overview

sikuli-driver team mailing list archive

[Question #669554]: Launch Sikuli Script by Command Line - Error XmlRunner

 

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

Hello,

I try to launch my Sikuli Script by Command line (Script edited by Sikulix IDE on Linux CentOs).

I use this commande :
/PathToSikulix/runsikulix -r /PathToScript/SmokeTest.sikuli

And the result is an Error :
SikuliX: -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
-jar 
/PathToSikulix/sikulix.jar -r 
/PathToScript/SmokeTest.sikuli
[info] 
runcmd: lsb_release -i -r -s 
[error] script [ 
/PathToScript/SmokeTest.sikuli ] 

stopped with error in line 17
[error] ImportError ( No module named xmlrunner )

--------------------------------------------------------------------------------------
--> Line 17 and next are :
import xmlrunner
reload(xmlrunner)

>From xmlrunner import*
---------------------------------------------------------------------------------------

If someone has an idea ?
Thanks in advance !








-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.