[PIPython] wxpython

Mariano Di Felice mardif
Mer 9 Feb 2005 12:33:14 CET


giorgio ha scritto:

>Quello che segue e' l'errore di idle quando cerco di eseguire un programma:
>
> wx.EVT_GRID_CELL_CHANGE(self,self.grid_1_copy.GetId(),self.update_mov)
>AttributeError: 'module' object has no attribute 'EVT_GRID_CELL_CHANGE'
>
>altri eventi non danno errori:
>
>wx.EVT_TEXT(self,self.combo_box_2.GetId(),self.piu_meno_for) 
>wx.EVT_BUTTON(self, self.conf_gest.GetId(),self.update_mov)
>
>Qualcuno puo' aiutarmi a capire dove sbaglio?
>Grazie
>Saluti
>Giorgio
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>La mailing list di python.it
>python a lists.python.it
>http://lists.python.it/cgi-bin/mailman/listinfo/python
>  
>
Questo errore č dovuto probabilmente al fatto che l'evento 
EVT_GRID_CELL_CHANGE non appartiene agli eventi generici della wx, ma 
dell'oggetto specifico usato, cioč "self.grid_1_copy"

---------------------------------------------------------
NO ai brevetti software! http://www.nosoftwarepatents.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mardif.vcf
Type: text/x-vcard
Size: 274 bytes
Desc: not available
Url : http://pentesilea2/pipermail/python/attachments/20050209/bc34c80f/mardif.vcf


More information about the Python mailing list