sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50017
Re: [Question #677361]: How do i import python modules into sikuliX script ?
Question #677361 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677361
Status: Open => Answered
RaiMan proposed the following answer:
--- having in the IDE:
import org.opencv.highgui.HighGui as HG
import org.opencv.imgcodecs.Imgcodecs as IC
print HG
print IC
--- works and prints:
<type 'org.opencv.highgui.HighGui'>
<type 'org.opencv.imgcodecs.Imgcodecs'>
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.