Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread RaiMan
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 Status: Open = Answered RaiMan proposed the following answer: this is the only thing you need if you want to RUN Jython scripts with plain Jython (which is the case in Eclipse/PyDev) import

Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread RaiMan
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 RaiMan proposed the following answer: ... and yes, it seems, that Eclipse/PyDev still does not allow, to name a folder inside a jar file. As a workaround you can use the exported Lib folder, that you found,

Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread RaiMan
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 Linked to bug: #1446769 https://bugs.launchpad.net/bugs/1446769 [1.0.1] Docs: should clearly describe how to get Eclipse/PyDev working with Sikuli (and maybe other commonly used Jython capable

Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread aidma
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 aidma posted a new comment: Oh... Shoot. My understanding of how Sikuli works has been radically changed. I thought that the undotted functions were special class methods. For example, I though that

Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread aidma
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 Status: Answered = Solved aidma confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread aidma
New question #265611 on Sikuli: https://answers.launchpad.net/sikuli/+question/265611 I have sikuli setup to work with Eclipse via PyDev, but I've been having difficulty getting Pydev to recognize the 'sikuli' package found in '../sikulixapi.jar/Lib'. The code runs properly, my only problem is

Re: [Sikuli-driver] [Question #265611]: Can't get PyDev to recognize sikuli import

2015-04-21 Thread aidma
Question #265611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265611 aidma posted a new comment: Adding 'C:\Users\USER\AppData\Roaming\Sikulix\Lib' to the PyDev Python Path works. So I'll do that for now, but it isn't what's described by