Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 10th, 2012  |  syntax: None  |  size: 1.05 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Traceback (most recent call last):
  2.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/gluon/restricted.py", line 189, in restricted
  3.     exec ccode in environment
  4.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/applications/publicradioroadtrip/controllers/default.py", line 681, in <module>
  5.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/gluon/globals.py", line 124, in <lambda>
  6.     self._caller = lambda f: f()
  7.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/applications/publicradioroadtrip/controllers/default.py", line 627, in view_collection_feed
  8.     return rss2.dumps(rss)
  9.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/gluon/contrib/rss2.py", line 571, in dumps
  10.     rss.write_xml(s, encoding)
  11.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/gluon/contrib/rss2.py", line 24, in write_xml
  12.     self.publish(handler)
  13.   File "/home/johntynan/webdev/web2py_publicradioroadtrip/gluon/contrib/rss2.py", line 482, in publish
  14.     item.publish(handler)
  15. AttributeError: 'dict' object has no attribute 'publish'