Traceback (most recent call last):
File "pygame_run.py", line 203, in ?
main()
File "pygame_run.py", line 189, in main
handle_event(e)
File "pygame_run.py", line 105, in handle_event
key.keyPress(e.key, keyChar, 'down')
File "C:\Documents and Settings\Han\Desktop\reducks\key.py", line 781, in keyP
ress
globalState.keypress(keycode, unicode, downOrUp)
File "C:\Documents and Settings\Han\Desktop\reducks\key.py", line 743, in keyp
ress
self.quasimode.keypress(keycode, unicode, downOrUp)
File "C:\Documents and Settings\Han\Desktop\reducks\key.py", line 496, in keyp
ress
self.leapCommand.addChar(char)
File "C:\Documents and Settings\Han\Desktop\reducks\commands\cursor.py", line
257, in addChar
self._updateSelections(firstOccurance)
File "C:\Documents and Settings\Han\Desktop\reducks\commands\cursor.py", line
187, in _updateSelections
text_layers.mainText.setCursor(newCursorPos)
File "C:\Documents and Settings\Han\Desktop\reducks\text_abstract.py", line 22
3, in setCursor
o.onCursorChange()
File "C:\Documents and Settings\Han\Desktop\reducks\commands\cursor.py", line
377, in onCursorChange
focusBehaviors = filter(lambda com:com <> None, mT.behaviorArray.getFocusBeh
avior(pos))
File "C:\Documents and Settings\Han\Desktop\reducks\behavior_array.py", line 1
28, in getFocusBehavior
behaviorID = self._array[pos]
File "C:\Documents and Settings\Han\Desktop\reducks\run_length_list.py", line
161, in __getitem__
return self._rle[pos][0]
IndexError: list index out of range
C:\Documents and Settings\Han\Desktop\reducks> |