Re: [Sikuli-driver] [Question #229884]: TypeError: org.python.proxies.sikuliwrapper$Region$3(): 1st arg can't be coerced to org.sikuli.script.Region, java.awt.Rectangle

2013-06-11 Thread RaiMan
Question #229884 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229884 Status: Open = Solved RaiMan changed the question status: user said so -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #229884]: TypeError: org.python.proxies.sikuliwrapper$Region$3(): 1st arg can't be coerced to org.sikuli.script.Region, java.awt.Rectangle

2013-05-29 Thread Sanjay
New question #229884 on Sikuli: https://answers.launchpad.net/sikuli/+question/229884 Hello, I have this strange problem , I have two methods in a class , in the first method i am trying to create an application instance and assign it to class memeber using self.appInst = App.Open(PATH TO APP)

Re: [Sikuli-driver] [Question #229884]: TypeError: org.python.proxies.sikuliwrapper$Region$3(): 1st arg can't be coerced to org.sikuli.script.Region, java.awt.Rectangle

2013-05-29 Thread Sanjay
Question #229884 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229884 Sanjay posted a new comment: Oops , I figured it out , the problem is with the line with Region(Send_Get_Sync_Area.PNG) as searchRegion: I was confused as the stack trace was pointing to the previous