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

Python 2.7 easygui multchoicebox不允许我选择多个项目,python-2.7,easygui,Python 2.7,Easygui,我可以创建一个显示多个项目的easygui multchoicebox,但我无法一次选择多个项目。(multchoicebox的作用类似于choicebox)。 下面是一些示例代码: import easygui as g g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut']) 我只能从这5项中选择一项 我使用的是easygui 有人有什么建议吗 谢谢我刚刚删除了ea

我可以创建一个显示多个项目的easygui multchoicebox,但我无法一次选择多个项目。(multchoicebox的作用类似于choicebox)。 下面是一些示例代码:

import easygui as g
g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut'])
我只能从这5项中选择一项

我使用的是easygui

有人有什么建议吗


谢谢

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


很明显,easygui 97.4出现了一些问题,这似乎是easygui中的一个错误。有关错误报告,请参阅。