Question #247294 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247294
Summary changed to: [1.0.1] Eclipse with PyDev and Jython: getting ImportError: No module named sikuli Description changed to: I followed all the steps mentioned in http://doc.sikuli.org/faq/040-other-ide.html for Sikuli to work in Eclipse IDE with Jython and PyDev When i type: from sikuli.Sikuli import * I get: Traceback (most recent call last): File "I:\Users\QA\Eclipse\workspace\sikuliPython\src\First.py", line 9, in <module> from sikuli.Sikuli import * ImportError: No module named sikuli Note that i added "Sikuli-java.jar" and "Sikuli-java.jar\libs" in References I am using latest Sikuli SikuliX-1.0.1 Spent a few hours trying to work it out but it keeps giving the same message. Any help will be appreciated! Thanks! -- 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 : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

