Regarding Jython integration with sikuli

Asked by chaitu

my jython is not recognizing sikuli features..all those click( ) and wait( ) functions are not recognized by the jython interpreter..It is saying that UNDEFINED VARIABLE....Can anyone tell me how to run sikuli features along with jython..using with python...My sikuli script is working fine with JAVA in Eclipse. But when i try to run same script using python and jython in ECLIPSE it is not recognizing the sikuli features.Can anyone help me in this ?

when i run the code i am getting this error..

console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.
Traceback (most recent call last):
  File "D:\Jython1\firstProg\new.py", line 2, in <module>
    from Lib.sikuli.Sikuli import *
ImportError: No module named Lib

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
chaitu
Solved:
Last query:
Last reply:
Revision history for this message
chaitu (chaitu123) said :
#1

now i am able to run my scripts.

Revision history for this message
xiaocezi (xiaocezi) said :
#2

hi,chaitu:

    could you tell me about,how you resolved this problem?
    i am stuck in this problem too.
thank you !