Add "import * from sikuli" to the beginning of the script

Asked by Kinga Wierchomska

Can I add this one line "import * from sikuli" to the beginning of the script when code is being compiled, so I do not have to write it every time in the script?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

it must be:

from sikuli import *

... and is only needed in scripts that are imported by other scripts and use SikuliX features

Can you help with this problem?

Provide an answer of your own, or ask Kinga Wierchomska for more information if necessary.

To post a message you must log in.