I can create an easygui multchoicebox that displays multiple items but I am unable to select more than one item at a time. ( multchoicebox is acting like choicebox). here is some example code:
import easygui as g
g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut'])
I can only choose one of these 5 items.
I am using easygui.97.4
anyone have any suggestions?
Thanks