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

RaiMan proposed the following answer:
I am really sorry for all the buzz.

The solution mentioned in comment #6 works.

My problem when testing was

from helpers import *

instead of

import helpers
from helpers import *

For the automatics, a plain import is needed (from xxx import * alone
does not work).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to