← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #196872]: Script Sikuli in Eclipse - pythonpath problem

 

Question #196872 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196872

    Status: Open => Answered

RaiMan proposed the following answer:
When using Sikuli scripts in PyDev eclipse, the standard import feature
for .sikuli does not work automatically, since the sys.path settings are
special inside Eclipse PyDev.

So you have to either add the path, where your import modules live, to
your project settings or you have to adjust sys.path in your script.

After that, the import feature can be used the same way as in the IDE.

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