← Back to team overview

sikuli-driver team mailing list archive

[Question #681067]: input() returning wrong type

 

New question #681067 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681067

In python I can do the following:
> list(input())
> 3,12
which will return this:
[3, 12]

Sadly this doesn't work in Sikuli because the type of the object from the input will be "unicode" which can not be turned into a list of integers easily.

I hope there is an easy solution to this..

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.