[wxpython-users] listctrl question
Chris Barker
Chris.Barker at noaa.gov
Tue May 6 14:16:23 PDT 2008
Nathan McBride wrote:
> self.container_list.InsertImageItem(list_count, wxID_NO)
> NameError: global name 'wxID_NO' is not defined
try wx.ID_NO
(note the "dot")
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list