MoinMoin   Orphaned Pages UserPreferences
 
Help Info Print View Search Diffs Edit
 À妽º   µµ¿ò¸»   Ã£±â   ´ë¹®   ¹Ù²ï±Û 

A list of pages no other page links to:
>
 
 
IOError
Python 2.3.2
/home/bin/python

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 last.

/home/hosting_users/sjy8282/www/MoinMoin/cgimain.py in run()
  166         try:
  167             from MoinMoin.support import cgitb
  168             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/hosting_users/sjy8282/www/MoinMoin/support/cgitb.pyc'>, handler = undefined
  169         except:
  170             cgi.print_exception()

/home/hosting_users/sjy8282/www/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, form=FieldStorage(None, None, []), msg='', **keywords={})
  291             # parse the text and send the page content
  292             #sys.stdout.write("!!!%s<br>"%Parser) #TEST
  293             Parser(body).format(self.formatter, form)
       Parser = <class MoinMoin.parser.wiki.Parser>, body = 'A list of pages no other page links to: \r\n[[OrphanedPages]]\r\n', global format = undefined, self = <MoinMoin.Page.Page instance>, global formatter = undefined, form = FieldStorage(None, None, [])
  294 
  295         # end document output

/home/hosting_users/sjy8282/www/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>, form=FieldStorage(None, None, []))
  493                 sys.stdout.write(self.highlight_scan(self.__class__.scan_re, line + " "))
  494             else:
  495                 _toPrint=re.sub(self.__class__.scan_re, self.replace, line + " ")
       _toPrint = 'A list of pages no other page links to:
', global re = <module 're' from '/usr/local/lib/python2.3/re.pyc'>, global sub = undefined, self = <MoinMoin.parser.wiki.Parser instance>, global __class__ = undefined, global scan_re = undefined, global replace = undefined, line = '[[OrphanedPages]]'

  496                 if config.auto_line_break and not self.in_pre: #when auto_line_break is on and not in pre mode
  497                     _isEndingHTML=string.rstrip(_toPrint)[-1] in ('>','\n') and \

/usr/local/lib/python2.3/sre.py in sub(pattern=<_sre.SRE_Pattern object>, repl=<bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x403a6c6c>>, string='[[OrphanedPages]] ', count=0)
  141     non-overlapping occurrences of the pattern in string by the
  142     replacement repl"""
  143     return _compile(pattern, 0).sub(repl, string, count)
       global _compile = <function _compile>, pattern = <_sre.SRE_Pattern object>, global sub = <function sub>, repl = <bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x403a6c6c>>, string = '[[OrphanedPages]] ', count = 0
  144 
  145 def subn(pattern, repl, string, count=0):

/home/hosting_users/sjy8282/www/MoinMoin/parser/wiki.py in replace(self=<MoinMoin.parser.wiki.Parser instance>, match=<_sre.SRE_Match object>)
  413                     return self.highlight_text(hit)
  414                 else:
  415                     return apply(getattr(self, '_' + type + '_repl'), (hit,))
       global apply = undefined, global getattr = undefined, self = <MoinMoin.parser.wiki.Parser instance>, type = 'macro', hit = '[[OrphanedPages]]'
  416         else:
  417             import pprint

/home/hosting_users/sjy8282/www/MoinMoin/parser/wiki.py in _macro_repl(self=<MoinMoin.parser.wiki.Parser instance>, word='[[OrphanedPages]]')
  310 
  311         # call the macro
  312         return self.macro.execute(macro_name, args)
       self = <MoinMoin.parser.wiki.Parser instance>, global macro = undefined, global execute = undefined, macro_name = 'OrphanedPages', args = None
  313 
  314 

/home/hosting_users/sjy8282/www/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance>, macro_name='OrphanedPages', args=None)
   77         # load extension macro
   78         execute = util.importName("MoinMoin.macro." + macro_name, "execute")
   79         return apply(execute, (self, args))
       global apply = undefined, execute = <function execute>, self = <MoinMoin.wikimacro.Macro instance>, args = None
   80     
   81     def _macro_TitleSearch(self, args):

/home/hosting_users/sjy8282/www/MoinMoin/macro/OrphanedPages.py in execute(macro=<MoinMoin.wikimacro.Macro instance>, args=None)
   25     orphaned.update(pages)
   26     for page in pages.values():
   27         links = page.getPageLinks()
       links = [''], page = <MoinMoin.Page.Page instance>, global getPageLinks = undefined
   28         for link in links:
   29             if orphaned.has_key(link):

/home/hosting_users/sjy8282/www/MoinMoin/Page.py in getPageLinks(self=<MoinMoin.Page.Page instance>)
  340                 sys.stdout = stdout
  341 
  342         return string.split(cache.content(), '\n')
       global string = <module 'string' from '/usr/local/lib/python2.3/string.pyc'>, global split = undefined, cache = <MoinMoin.caching.CacheEntry instance>, global content = undefined
  343 
  344 

/home/hosting_users/sjy8282/www/MoinMoin/caching.py in content(self=<MoinMoin.caching.CacheEntry instance>)
   68             pass
   69 
   70     def content(self):
   71         return open(self._filename(), 'rb').read()
       global open = undefined, self = <MoinMoin.caching.CacheEntry instance>, global _filename = undefined, global read = undefined
   72 

IOError: [Errno 2] No such file or directory: 'data/cache/pagelinks/_b4_eb_b9_ae_25_25_25'
      __doc__ = 'I/O operation failed.'
      __getitem__ = <bound method IOError.__getitem__ of <exceptions.IOError instance at 0x403a6b4c>>
      __init__ = <bound method IOError.__init__ of <exceptions.IOError instance at 0x403a6b4c>>
      __module__ = 'exceptions'
      __str__ = <bound method IOError.__str__ of <exceptions.IOError instance at 0x403a6b4c>>
      args = (2, 'No such file or directory')
      errno = 2
      filename = 'data/cache/pagelinks/_b4_eb_b9_ae_25_25_25'
      strerror = 'No such file or directory'