--> -->
 
 
<type 'exceptions.IndexError'>
Python 2.7.5: /usr/bin/python
Tue Jul 16 01:07:00 2024

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/livmaths/public_html/cgi-bin/linksIn.py in ()
      9 
     10 print_title('Links in ...')
=>   11 p = sys.argv[1]
     12 write_log(dir_data,'LINK: '+p)
     13 print 'Searching for links to '+p+':<ul>'
p undefined, sys = <module 'sys' (built-in)>, sys.argv = ['/home/livmaths/public_html/cgi-bin/linksIn.py']

<type 'exceptions.IndexError'>: list index out of range
      args = ('list index out of range',)
      message = 'list index out of range'