[Moin-user] Problem getting rss_rc working

Jens Fellenberg jens.fellenberg at ion-tof.com
Thu Jul 17 07:32:54 EDT 2003


Hi,

I have a problem on getting the rss_rc page running. I installed
MoinMoin Wiki 1.0 on a Suse Linux 7.2 with Python 2.0 an PyXML 0.8.2. It
works well but when displaying the RecentChanges?action=rss_rc page, I
get the following error:

AttributeError: rss

A problem occurred while running a Python script. Here is the sequence
of function calls leading up to the error, with the most recent
(innermost) call first. The exception attributes are:
      args = ('rss',)

/usr/lib/python2.0/site-packages/MoinMoin/wikiaction.py in
do_rss_rc(pagename='RecentChanges', request=<MoinMoin.request.Request
instance>)
  555 def do_rss_rc(pagename, request):
  556     from MoinMoin.macro import RecentChanges
  557     RecentChanges.rss(pagename, request)
       RecentChanges = <module 'MoinMoin.macro.RecentChanges' from
'/us.../site-packages/MoinMoin/macro/RecentChanges.pyc'>, global rss =
undefined, pagename = 'RecentChanges', request =
<MoinMoin.request.Request instance>
  558
  559

/usr/lib/python2.0/site-packages/MoinMoin/cgimain.py in
run(properties={})
  233         else:
  234             try:
  235                 cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from
'/usr/lib/python2.0/site-packages/MoinMoin/support/cgitb.pyc'>, handler
= <function do_rss_rc>
  236             except:
  237                 apply(cgi.print_exception, saved_exc)

lines 557 and 235 are highlighted in pink

Thanks in advance

Jens





More information about the Moin-user mailing list