Cannot understand how to get data from checklistbox in wxpython
问题 I am trying to get either the strings checked or the integers from a check list. I cannot seem to get it anywhere. In the code below, you'll see a bunch of un-commented code, those are just different ways I've tried. I thought I would leave them in case any one's suggestions have to do with it. I am very new to GUI-programming and wx. Thanks for your help. import wx class Panel1(wx.Panel): def __init__(self, parent, log): wx.Panel.__init__(self, parent, -1) allLoc = ['One', 'Two', 'Three',