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.
166 try:
167 from MoinMoin.support import cgitb
cgitb = <module 'MoinMoin.support.cgitb' from '/home/hosting_users/sjy8282/www/MoinMoin/support/cgitb.pyc'>, handler = undefined
169 except:
170 cgi.print_exception()
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
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):
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
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
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):
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):
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
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'