sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55357
Re: [Question #691694]: Is there a built in function to download file?
Question #691694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691694
Status: Open => Answered
RaiMan proposed the following answer:
no builtin support for that.
But I tested with the latest Jython 2.7.2:
after making the prerequisites import requests worked with no errors.
... but I did not make any feature tests.
The steps:
- install Jython 2.7.2 using the installer jar
- take care that pip and setup tools are selected for installation
- check that Jython works from commandline
- run the Jython pip from commandline: install requests
- tell SikuliX to use your installed Jython (extensions.txt)
make your trials
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.