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.
D:\MoinMoinDesktop\PythonVersion\MoinMoin\request.py
in run
(self=<MoinMoin.request.RequestStandAlone object>)
- 1110 from MoinMoin.wikiaction import getHandler
- 1111 handler = getHandler(self, action)
- 1112 handler(self.page.page_name, self)
- 1113
- 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'
D:\MoinMoinDesktop\PythonVersion\MoinMoin\action\HelpOn.py
in execute
(pagename=u'WikiSandBox', request=<MoinMoin.request.RequestStandAlone object>)
- 108 module = request.form.get('helpon', [u''])[0]
- 109
- 110 return (HelpOn(request, pagename, module))
- 111
- 112 html = []
- global
HelpOn
= <function HelpOn>
- request
= <MoinMoin.request.RequestStandAlone object>
- pagename
= u'WikiSandBox'
- module
= u'MM-action:LocalSiteMap'
D:\MoinMoinDesktop\PythonVersion\MoinMoin\action\HelpOn.py
in HelpOn
(request=<MoinMoin.request.RequestStandAlone object>, pagename=u'WikiSandBox', module=u'MM-action:LocalSiteMap')
- 80 "name" : module_name}
- 81
- 82 info = HelpOn_Extract_Help(module_path_name,module)
- 83 html = "<PRE>%(txt)s</PRE>" % {
- 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'
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')
- 40
- 41 def HelpOn_Extract_Help(module_path_name,module_name):
- 42 file = codecs.open(module_path_name, 'r')
- 43 lines = file.readlines()
- 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
D:\python24\lib\codecs.py
in open
(filename=ruD:\MoinMoinDesktop\PythonVersion/action/LocalSiteMap.pyu, mode='r', encoding=None, errors='strict', buffering=1)
- 664 # Force opening of the file in binary mode
- 665 mode = mode + 'b'
- 666 file = __builtin__.open(filename, mode, buffering)
- 667 if encoding is None:
- 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)