--> -->
 
 
IndexError
Python 2.4.1: /usr/monash/bin/python
Sat May 25 19:56:10 2013

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
  457 if system==Solaris:
  458   xslfile=re.sub('/home/ajh'+'/www','/u/web/homes/ajh',xslfile)
  459   if xslfile[0]!='/' and not (xslfile[0:5]=='file:'):
  460     xslfile='/u/web/homes/ajh/'+xslfile
  461 
xslfile = ''

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