[PIPython] wxpython
    giorgio 
    g.climb
       
    Mer  9 Feb 2005 12:17:05 CET
    
    
  
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
    
    
More information about the Python
mailing list