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.

_______________________________________________
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

Reply via email to