| IndexError | Python 2.4.1: /usr/monash/bin/python Sun Nov 8 18:33:33 2009 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /d02/homes1/ajh/cgi-bin/index.py |
| 400 if system==Solaris: |
| 401 xslfile=re.sub('/home/ajh'+'/www','/u/web/homes/ajh',xslfile) |
| 402 if xslfile[0]!='/' and not (xslfile[0:5]=='file:'): |
| 403 xslfile='/u/web/homes/ajh/'+xslfile |
| 404 |
| xslfile = '' |
IndexError: string index out of range
args =
('string index out of range',)