Re: [Sikuli-driver] [Question #460618]: from sikuli import *. ImportError: No moude named sikuli

2017-02-19 Thread dinev
Question #460618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/460618

Status: Open => Answered

dinev proposed the following answer:
How you are running your script ?

http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html

it should be

runsikulix.cmd -r 

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #460618]: from sikuli import *. ImportError: No moude named sikuli

2017-02-16 Thread kevinfree
Question #460618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/460618

kevinfree gave more information on the question:
I put the sikulixapi.jar into the C:\Program Files (x86)\Java\jdk1.8.0_111\lib
And then I run the command line :
jython test.py
It works.

But I want to make a test result.xml.
I run command line:
jython C:\jython2.7.0\bin\py.test-jython --junitxml result.xml 

I got the error msg:
java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot 
create
PyString with non-byte value

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #460618]: from sikuli import *. ImportError: No moude named sikuli

2017-02-15 Thread kevinfree
Question #460618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/460618

Status: Answered => Open

kevinfree is still having a problem:
Sorry, I still don't get it.

I added:
import org.sikuli.script.SikulixForJython
in my script at the beginning 

And I got the error msg:
Traceback :
  File "test.py", line 1, in 
import org.sikuli.script.SikulixForJython
ImportError: No module named sikuli

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #460618]: from sikuli import *. ImportError: No moude named sikuli

2017-02-15 Thread RaiMan
Question #460618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/460618

Status: Open => Answered

RaiMan proposed the following answer:
look:
https://github.com/RaiMan/SikuliX-2014/wiki/Jython-in-IDEs-like-Eclipse-or-running-it-from-commandline

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp