输入对话框 'select' 不工作 - Sikuli IDE 2.0.3

Input dialog 'select' doesn't work - Sikuli IDE 2.0.3

我在 Windows 10 上使用 Sikuli IDE 2.0.3。我正在编写以下脚本,但是当我 运行 它时没有任何反应:

items = ("nothing selected", "item1", "item2", "item3")
selected = select(msg = "Please select an item from the list", title = "Año", options = items,default= items[0])
select(msg = "Please select an item from the list", title = "Año", options = items,default= items[0])
if selected == items[0]:
 popup("You did not select an item")
 exit(1)

它没有向我显示任何错误消息,显然,脚本 运行 正常但没有任何反应。我试过其他脚本,是否正常。

我正在使用:

我是新手,可能是我遗漏了一些参数,但我找不到相关文档。有人可以帮助我吗?

尝试使用最新稳定版 SikuliX 2.0.4