--> -->
 
 
RssGenerator instance has no attribute '_out'
Please include this information in your bug reports!:
Python Python 2.7.18: /usr/bin/python2
Linux erode.bofh.it 5.10.0-23-amd64 #1 SMP Debian 5.10.179-1 (2023-05-12) x86_64
MoinMoin Release 1.2.4 [Revision 1.187]
Fri Mar 29 15:46:38 2024

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

 /usr/local/share/moin/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>)
  389                 if handler:
  390                     handler(pagename or
  391                     wikiutil.getSysPage(self, config.page_front_page).page_name, self)
  392                 else:
  393                     self.http_headers()
global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/local/share/moin/MoinMoin/wikiutil.pyc'>, wikiutil.getSysPage = <function getSysPage>, self = <MoinMoin.request.RequestCGI instance>, global config = <module 'MoinMoin.config' from '/usr/local/share/moin/MoinMoin/config.pyc'>, config.page_front_page = 'FrontPage', ).page_name undefined

 /usr/local/share/moin/MoinMoin/action/rss_rc.py in execute(pagename='ModificheRecenti', request=<MoinMoin.request.RequestCGI instance>)
   77     # start SAX stream
   78     handler.startDocument()
   79     handler._out.write(
   80         '<!--\n'
   81         '    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

: RssGenerator instance has no attribute '_out'