| IndexError | Python 2.4.4: /usr/bin/python Sat Jul 4 22:59: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 |
| 395 if system==Solaris: |
| 396 xslfile=re.sub('/home/ajh'+'/www','/u/web/homes/ajh',xslfile) |
| 397 if xslfile[0]!='/' and not (xslfile[0:5]=='file:'): |
| 398 xslfile='/u/web/homes/ajh/'+xslfile |
| 399 |
| xslfile = '' |
IndexError: string index out of range
args =
('string index out of range',)