| IndexError | Python 2.4.4: /usr/bin/python Fri Nov 21 06:04:34 2008 |
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/zzask/public_html/zzask.com/lh/link_harvester_get_links.py |
| 235 PrintBanner(message) |
| 236 |
| 237 |
| 238 |
| 239 main() |
| main = <function main> |
| /home/zzask/public_html/zzask.com/lh/link_harvester_get_links.py in main() |
| 136 |
| 137 |
| 138 base_domain= domain_regex_obj.findall(url)[0][0] |
| 139 #print 'base_domain=' + str(base_domain) |
| 140 |
| base_domain undefined, domain_regex_obj = <_sre.SRE_Pattern object>, domain_regex_obj.findall = <built-in method findall of _sre.SRE_Pattern object>, url = 'empty' |
IndexError: list index out of range
args =
('list index out of range',)