--> -->
 
 
IndexError
Python 2.4.2: /usr/bin/python
Fri Jul 25 09:43:25 2008

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

 /home/xmlschemata/downloads/python/xvif/tryMe.cgi
   90         testCase = form["testCase"].value
   91 else:
   92         testCase = testCases[0]
   93 
   94 selectCase += "<br/>Case: <select name='testCase'>\n"
testCase undefined, testCases = []

IndexError: list index out of range
      args = ('list index out of range',)