← Back to team overview

sikuli-driver team mailing list archive

[Question #255453]: Sikuli module doesn't recognised in NetBeans IDE.

 

New question #255453 on Sikuli:
https://answers.launchpad.net/sikuli/+question/255453

Hello. I'm trying to run sikuli script in NetBeans. I followed this guideline: http://doc.sikuli.org/faq/040-other-ide.html.
- added sikuli lib extracted from sikuli-script.jar to python path in project properties. 
it looks like: /Users/user_name/Documents/Sikuli/Lib/sikuli
-also added link to sikuli-script.jar to java path.

at the beginning of main.py file I write:
from sikuli.Sikuli import*

and getting error:
ImportError: No module named sikuli

did I miss something?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.