← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209239]: I'm getting a compile error when i simply try to import a namespace

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, Sikuli talks Python.

You should be familiar with the basics of this language.

In your case the problem is wrong indentation:
leading whitespace is interpreted as indentation which starts a block of code.
In your case this is wrong in this place (see faq 1800)

take care, that the above lines do not have whitespace before the import

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