easygui multchoicebox不允许我选择多个项目

时间:2015-07-15 20:43:14

标签: python-2.7 easygui

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

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

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

我正在使用easygui.97.4

有人有什么建议吗?

由于

1 个答案:

答案 0 :(得分:1)

我刚刚删除了easygui版本97.4然后将96版本放入我的python“site-packages”现在multchoicebox让我选择多个项目。

显然easygui 97.4

有问题