1

我可以创建一个显示多个项目的 easygui 多选框,但我无法一次选择多个项目。(多选择框就像选择框一样)。这是一些示例代码:

import easygui as g
g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut'])

我只能选择这 5 项中的一项。

我正在使用easygui.97.4

有人有什么建议吗?

谢谢

4

1 回答 1

1

我刚刚删除了easygui 97.4版,然后将96版放入我的python“站点包”现在multchoicebox让我选择多个项目。

显然easygui 97.4有问题

于 2015-07-16T15:19:34.037 回答