Prev: Python 2.6.6 release candidate 1 now available
Next: Struggling to convert a mysql datetime object to a python string of a different format
From: Chris Hare on 4 Aug 2010 19:22 I have an option menu self.w = OptionMenu(self.frameNewNet, self.variable, "one", "two", "three") Is there a way to add items to this programmatically, i.e. using values from a database? |