On Sun, Jul 17, 2016 at 06:20:09AM -0500, John Thornton wrote: > Thanks so much for the help Jeff and yes I'm working with Glade 3.16.1 > and Python 3.4.3 [...] > vars(self)['button'+str(index)] = Gtk.Button(label=item)
I was not familiar with vars(), which is in Python 2.7.9 and Python 3.4.2. I'll have to remember that one, it seems preferable getattr(). Jeff ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
