| <type 'exceptions.IndexError'> | Python 2.6.5: /usr/bin/python Mon May 21 15:25:17 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.
| /home/sbp/Dropbox/inamidst.com/stuff/info/youtube.cgi in |
| 96 arg = pathinfo[1:] |
| 97 if (not arg) and sys.argv: |
| 98 arg = sys.argv[1] |
| 99 |
| 100 if '=' in arg: |
| arg = '', sys = <module 'sys' (built-in)>, sys.argv = ['../info/youtube.cgi'] |
<type 'exceptions.IndexError'>: list index out of range
args =
('list index out of range',)
message =
'list index out of range'