sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25373
[Question #247222]: Using Sikuli to test Python3/PyQt5 on Mac?
New question #247222 on Sikuli:
https://answers.launchpad.net/sikuli/+question/247222
I am developing an app based on Python 3 and PyQt5, under Mac OS 10.9. I think Sikuli has what I need to test it, but I want to ask some things that are not clear from the tutorial and FAQs.
I see that Sikuli runs in the world of Jython, under Java. This Mac OS has java version "1.6.0_65" installed, also XCode 5.0.2. But when I download Sikuli will it include Jython, or do I need to get that separately?
Within a Sikuli script, will it work to start my app this way:
app = App('my-app-name')
app.open('python3 myapp.py')
In other words, can I start a GUI app by launching the CPython 3 interpreter?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.