--> -->

AttributeError

RssGenerator instance has no attribute '_out'

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /var/www/moin/wikis/fswiki/lib181/python2.3/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'RecentChanges'
  2. /var/www/moin/wikis/fswiki/lib181/python2.3/site-packages/MoinMoin/action/rss_rc.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.request_cgi.Request object>)

    1. 123 # start SAX stream
    2. 124 handler.startDocument()
    3. 125 handler._out.write(
    4. 126 '<!--\n'
    5. 127 ' Add an "items=nnn" URL parameter to get more than the default 15 items.\n'
    • handler = <MoinMoin.wikixml.util.RssGenerator instance>
    • handler._out undefined
    • items_limit = 100
    • max_items = 15
    • unique = 1
    • diffs = 0
    • ddiffs = 1

AttributeError

RssGenerator instance has no attribute '_out'

  • args = ("RssGenerator instance has no attribute '_out'",)
  • message = "RssGenerator instance has no attribute '_out'"

System Details