[Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-07 Thread Erich Fiederer
New question #266645 on Sikuli: https://answers.launchpad.net/sikuli/+question/266645 As a precursor, I'm a total jython newbie. I've set up a series of sikuli scripts to run through all the basics of my software, and now I'm trying to create a unittest framework with python/jython. I am using

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-07 Thread RaiMan
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Open => Answered RaiMan proposed the following answer: with the latest 1.1.0 you only need this: if you run from IDE or from command line: import unittest import Batchview_basic if all .sikuli

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-08 Thread Erich Fiederer
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Answered => Open Erich Fiederer is still having a problem: Hi RaiMan, Thanks for the response. I've done what you said, but now i'm getting the following: ImportError: No module named Batchview

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-08 Thread RaiMan
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Open => Answered RaiMan proposed the following answer: -- if all .sikuli are in the same folder (which is recommended for beginners. this is the point. I supposed, that Batchview_basic is some .s

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-08 Thread Erich Fiederer
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Answered => Open Erich Fiederer is still having a problem: The problem I am having is that they are all in the same folder, but I am still having the same error. All of my .sikuli folders are in

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-08 Thread RaiMan
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Open => Answered RaiMan proposed the following answer: ok, what is myTest.py ? put it in a folder myTest.sikuli in your "same folder" and run this. -- You received this question notification b

Re: [Sikuli-driver] [Question #266645]: ImportError in "from org.sikuli.basics import Debug", no module named sikuli

2015-05-08 Thread Erich Fiederer
Question #266645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266645 Status: Answered => Solved Erich Fiederer confirmed that the question is solved: Ah, thank you RaiMan! I was trying to write my test script as a python file rather than using the IDE and saving as a .sik