| IndexError | Python 2.4.1: /usr/monash/bin/python Tue Feb 14 23:06:56 2012 |
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 |
| 405 if system==Solaris: |
| 406 xslfile=re.sub('/home/ajh'+'/www','/u/web/homes/ajh',xslfile) |
| 407 if xslfile[0]!='/' and not (xslfile[0:5]=='file:'): |
| 408 xslfile='/u/web/homes/ajh/'+xslfile |
| 409 |
| xslfile = '' |
IndexError: string index out of range
args =
('string index out of range',)