--> -->
 
 
KeyError
Python 2.4.3: /usr/local/bin/python
Sun May 20 16:14:07 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/cschin/webapps/static/Sandbox/DiggsInABox.py
  366     if term not in term2entries:
  367         term2entries[term] = []
  368     term2entries[term].append( {'id':e['id'],
  369                                 'diggcount':int(e['digg_diggcount']),
  370                                 'link':e['link'],'title':e['title'],
term2entries = {u'*': []}, term = u'*', ].append undefined, e = {'digg_diggcount': u'30', 'updated': u'2012-05-2...from_cubicles_cry_for_quiet_pierces_office_buzz'}, builtin int = <type 'int'>
 /home/sysbioin/public_html/infoecho/Sandbox/feedparser.py in __getitem__(self={'digg_diggcount': u'30', 'updated': u'2012-05-2...from_cubicles_cry_for_quiet_pierces_office_buzz'}, key='summary')
  198         if UserDict.has_key(self, key):
  199             return UserDict.__getitem__(self, key)
  200         return UserDict.__getitem__(self, realkey)
  201 
  202     def __setitem__(self, key, value):
global UserDict = <type 'dict'>, UserDict.__getitem__ = <method '__getitem__' of 'dict' objects>, self = {'digg_diggcount': u'30', 'updated': u'2012-05-2...from_cubicles_cry_for_quiet_pierces_office_buzz'}, realkey = 'summary'

KeyError: 'summary'
      args = ('summary',)