--> -->
 
 
<type 'exceptions.IndexError'>
Python 2.7.2: /home3/zenmagic/python/bin/python
Wed Oct 16 02:06:06 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home2/zenmagic/public_html/1many/spotversions.py in ()
     52 maxs=len(ss)-1; ss[maxs]=""
     53 maxs=len(ss)-2; ss[maxs]=""
=>   54 maxs=len(ss)-3; ss[maxs]=""
     55 maxs=len(ss)-4; ss[maxs]=""
     56 
maxs = -2, builtin len = <built-in function len>, ss = ['']

<type 'exceptions.IndexError'>: list assignment index out of range
      args = ('list assignment index out of range',)
      message = 'list assignment index out of range'