Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2008, 15:26
iozk
 
Fecha de Ingreso: mayo-2008
Mensajes: 499
Antigüedad: 16 años
Puntos: 1
Exclamación un terco problema

este problema me sale cada vez que intento ponerle o acomodarle el codigo

Traceback (most recent call last):
File "C:\pnt.py", line 303, in ?
frame=SketchFrame(None)
File "C:\pnt.py", line 168, in __init__
self.createPanel()
File "C:\pnt.py", line 172, in createPanel
controlPanel = ControlPanel(self, -1, self.sketch)
File "C:\pnt.py", line 15, in __init__
colorGrid = self.createColorGrid(parent, buttonSize)
File "C:\pnt.py", line 25, in createColorGrid
b = (buttons.GenBitmapToggleButton(self, -1, bmp, size=buttonSize))
AttributeError: 'tuple' object has no attribute 'GenBitmapToggleButton'

no veo que pueda ser del codigo siguiente

Última edición por iozk; 19/10/2008 a las 16:05