sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54218
[Bug 1864443] Re: Select dialog is no longer functioning under V.2.0.3
Thanks for finding. It is a bug.
Sorry for the inconvenience.
There is no easy workaroundfor that.
The problem is this line in /Lib/sikuli/Sikuli.py
442: return Do.popSelect(msg, title, default, None, None, None,
optionString)
which must be
442: return Do.popSelect(msg, title, default, optionString)
The problem is, that even if you change this line, at the next IDE
start, the file Sikuli.py will be overwritten with the version from the
jar and the problem is back.
So you have to wait for the fix in 2.0.4 and stick to 2.0.2 until then.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1864443
Title:
Select dialog is no longer functioning under V.2.0.3
Status in Sikuli:
Fix Committed
Bug description:
After I switched to the current version (2.0.3), the following no
longer works in IDE:
items=("Dog","Cat","Bird")
selected=select("Select animal",options=items)
print selected
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1864443/+subscriptions
References