Attachment 'traceback.htm'

Download

--> -->

IOError

[Errno 2] No such file or directory: u'D:\\MoinMoinDesktop\\PythonVersion/action/LocalSiteMap.py'

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. D:\MoinMoinDesktop\PythonVersion\MoinMoin\request.py in run (self=<MoinMoin.request.RequestStandAlone object>)

    1. 1110 from MoinMoin.wikiaction import getHandler
    2. 1111 handler = getHandler(self, action)
    3. 1112 handler(self.page.page_name, self)
    4. 1113
    5. 1114 # generate page footer (actions that do not want this footer use
    • handler = <function execute>
    • self = <MoinMoin.request.RequestStandAlone object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'WikiSandBox'
  2. D:\MoinMoinDesktop\PythonVersion\MoinMoin\action\HelpOn.py in execute (pagename=u'WikiSandBox', request=<MoinMoin.request.RequestStandAlone object>)

    1. 108 module = request.form.get('helpon', [u''])[0]
    2. 109
    3. 110 return (HelpOn(request, pagename, module))
    4. 111
    5. 112 html = []
    • global HelpOn = <function HelpOn>
    • request = <MoinMoin.request.RequestStandAlone object>
    • pagename = u'WikiSandBox'
    • module = u'MM-action:LocalSiteMap'
  3. D:\MoinMoinDesktop\PythonVersion\MoinMoin\action\HelpOn.py in HelpOn (request=<MoinMoin.request.RequestStandAlone object>, pagename=u'WikiSandBox', module=u'MM-action:LocalSiteMap')

    1. 80 "name" : module_name}
    2. 81
    3. 82 info = HelpOn_Extract_Help(module_path_name,module)
    4. 83 html = "<PRE>%(txt)s</PRE>" % {
    5. 84 "txt" : string.join(info)}
    • info undefined
    • global HelpOn_Extract_Help = <function HelpOn_Extract_Help>
    • module_path_name = ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu
    • module = u'MM-action:LocalSiteMap'
  4. D:\MoinMoinDesktop\PythonVersion\MoinMoin\action\HelpOn.py in HelpOn_Extract_Help (module_path_name=ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu, module_name=u'MM-action:LocalSiteMap')

    1. 40
    2. 41 def HelpOn_Extract_Help(module_path_name,module_name):
    3. 42 file = codecs.open(module_path_name, 'r')
    4. 43 lines = file.readlines()
    5. 44 file.close()
    • builtin file = <type 'file'>
    • global codecs = <module 'codecs' from 'D:\python24\lib\codecs.pyc'>
    • codecs.open = <function open>
    • module_path_name = ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu
  5. D:\python24\lib\codecs.py in open (filename=ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu, mode='r', encoding=None, errors='strict', buffering=1)

    1. 664 # Force opening of the file in binary mode
    2. 665 mode = mode + 'b'
    3. 666 file = __builtin__.open(filename, mode, buffering)
    4. 667 if encoding is None:
    5. 668 return file
    • builtin file = <type 'file'>
    • global __builtin__ = <module '__builtin__' (built-in)>
    • __builtin__.open = <type 'file'>
    • filename = ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu
    • mode = 'r'
    • buffering = 1

IOError

[Errno 2] No such file or directory: u'D:\\MoinMoinDesktop\\PythonVersion/action/LocalSiteMap.py'

  • args = (2, 'No such file or directory')
  • errno = 2
  • filename = ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu
  • strerror = 'No such file or directory'

System Details

  • Date: Mon, 20 Nov 2006 14:59:07 +0000
  • Platform: win32 (nt)
  • Python: Python 2.4.3 (D:\python24\python.exe)
  • MoinMoin: Release 1.5.4 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-11-20 15:39:45, 8.8 KB) [[attachment:traceback.htm]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.