← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #688984]: IDE: imported helper files are not automatically reimported if changed

 

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.