sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07210
Re: [Question #179741]: How to run sikuli script in Eclipse
Question #179741 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/179741
Prateek Sahu gave more information on the question:
Thanks RaiMan for sharing jython.jar. It really worked
now I am trying to run a sikuli script
import unittest
from sikuli.Sikuli import * //Warning
class Test(unittest.TestCase):
def setUp(self):
pass
def tearDown(self):
pass
.................................and so on
When I am running this a warning message is shown the warning message is as follows:
unused in wild inport:button.FOREVER,ImageLocato,JScreen,KEY_CTRL,KEY_SHIFT,Key,Sikuli:EventAdapter,SikuliScript,
capture.getImagePach,java.io,selectRegion,setShowActions,switchApp,time....othersuppresed
what should I do...??
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.