sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10464
Re: [Question #196378]: How to gather input from Windows command line
Question #196378 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196378
Status: Open => Answered
RaiMan proposed the following answer:
If you want to either use
input = sys.stdin.readline()
or
input = raw_input("some text: ")
the script has be to run from the command line or run as a subprocess of
the command window main process.
And then you do not need type(), just use print, to display what you
want.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.