← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #211431]: [HowTo] Import Sikuli Script in Sikuli IDE?

 

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

Brian Redmond proposed the following answer:
Calvin - 'from MEPlib import *' imports to the current namespace so you would make calls as 'myfunc()'
'import MEPlib' imports to its own namespace to you would make calls as 'MEPlib.myfunc()'
I'm guessing that is the problem you are having?

PS the reload command is to make the IDE reload the module on each run
and not use a cached version.

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