--> -->
ImportError
No module named feedparser
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.
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object at 0xb7d8b54c>)
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'OpenIDNews', request=<MoinMoin.request.RequestCGI object at 0xb7d8b54c>)
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x8418e0c>, request=<MoinMoin.request.RequestCGI object at 0xb7d8b54c>, msg='', **keywords={'count_hit': 1})
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x8418e0c>, request=<MoinMoin.request.RequestCGI object at 0xb7d8b54c>, Parser=<class MoinMoin.parser.wiki.Parser at 0x83d4adc>, body=u'\n[[RSSReader(http://openid.net/feed/, allow_html)]]\n', format_args='', do_cache=1, **kw={'start_line': 1})
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance at 0x8418e0c>, request=<MoinMoin.request.RequestCGI object at 0xb7d8b54c>, parser=<MoinMoin.parser.wiki.Parser instance at 0x83dd18c>, code=<code object <module> at 0x83c8bf0, file "OpenIDNews", line 2>)
/web/wiki/cgi-bin/iam-extern/OpenIDNews in
() /web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x839d62c>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x83a96cc>, name=u'RSSReader', args=u'http://openid.net/feed/, allow_html')
/web/wiki/cgi-bin/iam-extern/usr/lib/python2.5/site-packages/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance at 0x83a96cc>, macro_name=u'RSSReader', args=u'http://openid.net/feed/, allow_html')
/web/wiki/data/iam-extern/plugin/macro/RSSReader.py in execute (macro=<MoinMoin.wikimacro.Macro instance at 0x83a96cc>, args=u'http://openid.net/feed/, allow_html')
- 121 except:
- 122 allow_html = False
- 123
- 124 rss = RSStoWiki(macro, macro_args[0], allow_html)
- 125 return rss.get_output()
- rss undefined
- global RSStoWiki = <class wikiconfig.plugin.macro.RSSReader.RSStoWiki at 0x83d4c5c>
- macro = <MoinMoin.wikimacro.Macro instance at 0x83a96cc>
- macro_args = [u'http://openid.net/feed/', u' allow_html']
- allow_html = True
/web/wiki/data/iam-extern/plugin/macro/RSSReader.py in __init__ (self=<wikiconfig.plugin.macro.RSSReader.RSStoWiki instance at 0x83e3a8c>, macro=<MoinMoin.wikimacro.Macro instance at 0x83a96cc>, url=u'http://openid.net/feed/', allow_html=True)
- 26 self.allow_html = allow_html
- 27 # in debian package python-feedparser
- 28 import feedparser
- 29 self.f = feedparser.parse(url)
- 30 self.result = []
- feedparser undefined
ImportError
No module named feedparser
- args = ('No module named feedparser',)
- message = 'No module named feedparser'
System Details
- Date: Sat, 31 Jul 2010 23:41:29 +0000
- Platform: Linux wiki 2.6.24-19-virtual #1 SMP Thu Aug 21 00:52:59 UTC 2008 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.5.8 (release)
