sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15105
Re: [Question #216856]: help importing modules
Question #216856 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/216856
Status: Open => Answered
j proposed the following answer:
All sikuli Classes are only automatically available in the module you are launching with sikuli, not the ones you're importing into that one.
You have to add
from sikuli.Sikuli import *
on top of you functions.sikuli.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.