glade
Publicado: 13 May 2011, 13:32
Hola, necesito obtener la lista de botones de una tabla, habia encontrado por ahi esto:
self.pulsadores=self.glade.get_object('tabla').get_children()
me da error:
AttributeError: 'NoneType' object has no attribute 'get_children'
alguien sabe?
gracias
self.pulsadores=self.glade.get_object('tabla').get_children()
me da error:
AttributeError: 'NoneType' object has no attribute 'get_children'
alguien sabe?
gracias