<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> -->
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> -->
</font> </font> </font> </script> </object> </blockquote> </pre>
</table> </table> </table> </table> </table> </font> </font> </font><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#6622aa">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>&lt;type 'exceptions.IndexError'&gt;</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial">Python 2.7.3: /usr/bin/python<br>Wed Apr 25 01:22:54 2018</font></td></tr></table>
    
<p>A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.</p>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big>&nbsp;</big><a href="file:///usr/lib/cgi-bin/aldates-news.rss">/usr/lib/cgi-bin/aldates-news.rss</a> in <strong><module></strong>()</td></tr>
<tr><td><font color="#909090"><tt>&nbsp;&nbsp;<small>&nbsp;&nbsp;&nbsp;&nbsp;9</small>&nbsp;<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt>&nbsp;&nbsp;<small>&nbsp;&nbsp;&nbsp;10</small>&nbsp;soup&nbsp;=&nbsp;BeautifulSoup(urllib.urlopen('http://www.staldates.org.uk/news.asp?pageRef=130'))<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=&gt;<small>&nbsp;&nbsp;&nbsp;11</small>&nbsp;table&nbsp;=&nbsp;soup.findAll('table')[7]<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt>&nbsp;&nbsp;<small>&nbsp;&nbsp;&nbsp;12</small>&nbsp;items&nbsp;=&nbsp;table.findAll('tr',limit=30)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt>&nbsp;&nbsp;<small>&nbsp;&nbsp;&nbsp;13</small>&nbsp;rssItems&nbsp;=&nbsp;[]<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090">table <em>undefined</em>, <strong>soup</strong>&nbsp;= &lt;!DOCTYPE html&gt;
&lt;html id="js-p-e" lang="en"&gt;
&lt;he...a('send', 'pageview');
	&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;, soup.<strong>findAll</strong>&nbsp;= &lt;bound method BeautifulSoup.findAll of &lt;!DOCTYPE...('send', 'pageview');
	&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;&gt;</font></small></td></tr></table><p><strong>&lt;type 'exceptions.IndexError'&gt;</strong>: list index out of range
<br><tt><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</small>&nbsp;</tt>args&nbsp;=
('list index out of range',)
<br><tt><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</small>&nbsp;</tt>message&nbsp;=
'list index out of range'


<!-- The above is a description of an error in a Python program, formatted
     for a Web browser because the 'cgitb' module was enabled.  In case you
     are not reading this in a Web browser, here is the original traceback:

Traceback (most recent call last):
  File "/usr/lib/cgi-bin/aldates-news.rss", line 11, in &lt;module&gt;
    table = soup.findAll('table')[7]
IndexError: list index out of range

-->

