granludo / sugar-clic

Automatically exported from code.google.com/p/sugar-clic
0 stars 0 forks source link

The activiy "La bicicleta" fails #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- Hay algunas imagenes mal dimensionadas

- Da el mismo error que en la actividad "Jugamos con los animales" :

asstype= @puzzles.HolePuzzle
classtype= @puzzles.HolePuzzle
Traceback (most recent call last):
  File "/home/niobst/workspace/hg/src/Manager.py", line 257, in updating
    nou = self.controller.updating_activity()
  File "/home/niobst/workspace/hg/src/controller.py", line 89, in
updating_activity
    return self.sequencer.activity_clic_information()
  File "/home/niobst/workspace/hg/src/sequencer.py", line 124, in
activity_clic_information
    self.act_handler.start_activity(clic_activity, self.screen, first,
last)#initiate activity view
  File "/home/niobst/workspace/hg/src/clicActivitiesHandler.py", line 90,
in start_activity
    self.activityInUse.Load(self.activity_surf)
  File "/home/niobst/workspace/hg/src/ClicActivity/HolePuzzle.py", line 91,
in Load
    self.Grid1.LoadWithImage(self.numRows,self.numCols,width,height,xActual
,yActual, display_surf,self.pathToMedia)
AttributeError: 'HolePuzzle' object has no attribute 'numRows'

Original issue reported on code.google.com by josekumu@gmail.com on 11 Feb 2010 at 3:36

GoogleCodeExporter commented 9 years ago
El error AttributeError: 'HolePuzzle' object has no attribute 'numRows' ya esta 
solucionado.

Original comment by carloscmillan@gmail.com on 19 Feb 2010 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by carloscmillan@gmail.com on 18 Mar 2010 at 5:02