granludo / sugar-clic

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

The activity "Font Roja" fails #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hay el mismo problema que con "Dinosaures P5", ficheros con acentos y
espacios...

También he podido encontrar el siguiente error:

classtype= @textGrid.WordSearch
classtype= @textGrid.WordSearch
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 106, 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/WordSearch.py", line 66,
in Load
    self.xmlCells = self.xmlActivity.getElementsByTagName('cells')[0]
IndexError: list index out of range

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

GoogleCodeExporter commented 9 years ago

Original comment by carloscmillan@gmail.com on 16 Feb 2010 at 7:01

GoogleCodeExporter commented 9 years ago
El problema en WordSearch esta solucionado

Original comment by carloscmillan@gmail.com on 16 Feb 2010 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by carloscmillan@gmail.com on 16 Feb 2010 at 7:37