--> -->
 
 
<type 'exceptions.IndexError'>
Python 2.5.2: /usr/bin/python
Thu Jul 29 21:41:56 2010

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 in ()
  235         PrintBanner(message)
  236 
  237 
  238 
  239 main()
main = <function main at 0xb7999f44>
 /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 at 0x827f9f8>, domain_regex_obj.findall = <built-in method findall of _sre.SRE_Pattern object at 0x827f9f8>, url = 'empty'

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