A list of non-existing pages including a list of the pages where they are referred to: --> -->

ImportError

No module named urial

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. /usr/lib/pymodules/python2.6/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>)

    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 do_show at 0x8bcd924>
    • self = <MoinMoin.request.request_cgi.Request object at 0x8b98d0c>
    • self.page = <MoinMoin.Page.Page object at 0x8c0382c>
    • self.page.page_name = u'WantedPages'
  2. /usr/lib/pymodules/python2.6/MoinMoin/action/__init__.py in do_show (pagename=u'WantedPages', request=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /usr/lib/pymodules/python2.6/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x8c550cc>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1199 format_args=pi['formatargs'],
    2. 1200 do_cache=do_cache,
    3. 1201 start_line=pi['lines'])
    4. 1202
    5. 1203 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x8c5516c>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 5}
  4. /usr/lib/pymodules/python2.6/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x8c550cc>, request=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>, body=u'A list of non-existing pages including a list of...ages where they are referred to:\n<<WantedPages>>\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 5})

    1. 1287 try:
    2. 1288 code = self.loadCache(request)
    3. 1289 self.execute(request, parser, code)
    4. 1290 except Exception, e:
    5. 1291 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object at 0x8c550cc>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object at 0x8c550cc>>
    • request = <MoinMoin.request.request_cgi.Request object at 0x8b98d0c>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x8c5544c>
    • code = <code object <module> at 0x8c8e770, file "WantedPages", line 2>
  5. /usr/lib/pymodules/python2.6/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object at 0x8c550cc>, request=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x8c5544c>, code=<code object <module> at 0x8c8e770, file "WantedPages", line 2>)

    1. 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1319 try:
    3. 1320 exec code
    4. 1321 except "CacheNeedsUpdate": # convert the exception
    5. 1322 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x8c8e770, file "WantedPages", line 2>
  6. /usr/share/moin/server/WantedPages in ()

  7. /usr/lib/pymodules/python2.6/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x8c5540c>, macro_obj=<MoinMoin.macro.Macro instance at 0x8c605ec>, name=u'WantedPages', args=None, markup=u'<<WantedPages>>')

    1. 308 # call the macro
    2. 309 try:
    3. 310 return macro_obj.execute(name, args)
    4. 311 except ImportError, err:
    5. 312 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance at 0x8c605ec>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance at 0x8c605ec>>
    • name = u'WantedPages'
    • args = None
  8. /usr/lib/pymodules/python2.6/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance at 0x8c605ec>, macro_name=u'WantedPages', args=None)

    1. 126 else:
    2. 127 raise ImportError("Cannot load macro %s" % macro_name)
    3. 128 return execute(self, args)
    4. 129
    5. 130 def _m_lang(self, text):
    • execute = <function <lambda> at 0x8c8f25c>
    • self = <MoinMoin.macro.Macro instance at 0x8c605ec>
    • args = None
  9. /usr/lib/pymodules/python2.6/MoinMoin/macro/__init__.py in (_self=<MoinMoin.macro.Macro instance at 0x8c605ec>, _args=None)

    1. 113 call = wikiutil.importPlugin(self.cfg, 'macro', macro_name,
    2. 114 function='macro_%s' % macro_name)
    3. 115 execute = lambda _self, _args: _self._wrap(call, _args, [self])
    4. 116 except wikiutil.PluginAttributeError:
    5. 117 # fall back to old execute() method, no longer recommended
    • execute undefined
    • _self = <MoinMoin.macro.Macro instance at 0x8c605ec>
    • _args = None
    • _self._wrap = <bound method Macro._wrap of <MoinMoin.macro.Macro instance at 0x8c605ec>>
    • call = <function macro_WantedPages at 0x89676f4>
    • self = <MoinMoin.macro.Macro instance at 0x8c605ec>
  10. /usr/lib/pymodules/python2.6/MoinMoin/macro/__init__.py in _wrap (self=<MoinMoin.macro.Macro instance at 0x8c605ec>, function=<function macro_WantedPages at 0x89676f4>, args=None, fixed=[<MoinMoin.macro.Macro instance at 0x8c605ec>])

    1. 95 try:
    2. 96 return wikiutil.invoke_extension_function(self.request, function,
    3. 97 args, fixed)
    4. 98 except ValueError, e:
    5. 99 return self.format_error(e)
    • args = None
    • fixed = [<MoinMoin.macro.Macro instance at 0x8c605ec>]
  11. /usr/lib/pymodules/python2.6/MoinMoin/wikiutil.py in invoke_extension_function (request=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>, function=<function macro_WantedPages at 0x89676f4>, args=None, fixed_args=[<MoinMoin.macro.Macro instance at 0x8c605ec>])

    1. 1997 kwargs_to_pass.keys()[0]))
    2. 1998
    3. 1999 return function(*fixed_args, **kwargs)
    4. 2000
    5. 2001
    • function = <function macro_WantedPages at 0x89676f4>
    • fixed_args = [<MoinMoin.macro.Macro instance at 0x8c605ec>]
    • kwargs = {}
  12. /usr/lib/pymodules/python2.6/MoinMoin/macro/WantedPages.py in macro_WantedPages (macro=<MoinMoin.macro.Macro instance at 0x8c605ec>)

    1. 44
    2. 45 # Add links to pages which do not exist in pages dict
    3. 46 links = page.getPageLinks(request)
    4. 47 for link in links:
    5. 48 if not link in pages and request.user.may.read(link):
    • links = []
    • page = <MoinMoin.Page.Page object at 0x98d9b2c>
    • page.getPageLinks = <bound method Page.getPageLinks of <MoinMoin.Page.Page object at 0x98d9b2c>>
    • request = <MoinMoin.request.request_cgi.Request object at 0x8b98d0c>
  13. /usr/lib/pymodules/python2.6/MoinMoin/Page.py in getPageLinks (self=<MoinMoin.Page.Page object at 0x98d9b2c>, request=<MoinMoin.request.request_cgi.Request object at 0x8b98d0c>)

    1. 1472 else:
    2. 1473 try:
    3. 1474 links = cache.content()
    4. 1475 except caching.CacheError:
    5. 1476 links = self.parsePageLinks(request)
    • links undefined
    • cache = <MoinMoin.caching.CacheEntry instance at 0x8d3ffac>
    • cache.content = <bound method CacheEntry.content of <MoinMoin.caching.CacheEntry instance at 0x8d3ffac>>
  14. /usr/lib/pymodules/python2.6/MoinMoin/caching.py in content (self=<MoinMoin.caching.CacheEntry instance at 0x8d3ffac>)

    1. 252 self.close()
    2. 253 if self.use_pickle:
    3. 254 data = pickle.loads(data)
    4. 255 elif self.use_encode:
    5. 256 data = data.decode(config.charset)
    • data = 'Mercurial\nCategoryHomepage\n'
    • global pickle = <module 'cPickle' (built-in)>
    • pickle.loads = <built-in function loads>

ImportError

No module named urial

  • args = ('No module named urial',)
  • message = 'No module named urial'

System Details

  • Date: Fri, 30 Jul 2010 11:10:57 +0000
  • Platform: Linux tesla 2.6.31-22-generic-pae #60-Ubuntu SMP Thu May 27 01:40:15 UTC 2010 i686
  • Python: Python 2.6.4 (/usr/bin/python)
  • MoinMoin: Release 1.8.4 (release)