<type 'exceptions.IndexError'> | Python 2.7.5: /usr/bin/python Wed Oct 30 06:55:34 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/domains/livmathssoc.org.uk/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 = ['linksIn.py'] |
<type 'exceptions.IndexError'>: list index out of range
args =
('list index out of range',)
message =
'list index out of range'