[1.0.1] eclipse+pydev, import error:no module named org.sikuli.basics

Asked by lisa hoo

I configured sikuli with eclipse and pydev according to the following description:
http://doc.sikuli.org/faq/040-other-ide.html#eclipsesikuli

I didn't configured any path and classpath for jre and sikuli, the sikuli IDE whose verison is 1.0.1 works well.

When I run the python script, there's error:
 File "E:\sikuli\sikuli-java\Lib\sikuli\__init__.py", line 5, in <module>
    from org.sikuli.basics import Debug
ImportError: No module named org.sikuli.basics

Besides, the eclipse always hinted 'Undefined variable' for 'wait(10)'. It's ok for 'Screen.wait(10)'.

I'm blocked by these issues. I would appreciate if you could give help.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1
Revision history for this message
lisa hoo (xiaoxia307) said :
#2

Thanks RaiMan, that solved my question.