Attachment 'traceback.html'

Download

--> -->

IOError

[Errno 2] No such file or directory: 'D:\\WWWSrv\\WikiHome\\test\\data\\pages\\TestPage\\attachments\\\xed\x85\x8c\xec\x8a\xa4\xed\x8a\xb8.txt'

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:\WWWSRV\MoinMoin\Lib\site-packages\MoinMoin\request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1135 from MoinMoin.wikiaction import getHandler
    2. 1136 handler = getHandler(self, action)
    3. 1137 handler(self.page.page_name, self)
    4. 1138
    5. 1139 # 5. Or redirect to another page
    • handler = <function execute>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'TestPage'
  2. D:\WWWSRV\MoinMoin\Lib\site-packages\MoinMoin\action\AttachFile.py in execute (pagename=u'TestPage', request=<MoinMoin.request.RequestCGI object>)

    1. 458 if request.user.may.write(pagename):
    2. 459 if request.form.has_key('file'):
    3. 460 do_upload(pagename, request)
    4. 461 else:
    5. 462 # This might happen when trying to upload file names
    • global do_upload = <function do_upload>
    • pagename = u'TestPage'
    • request = <MoinMoin.request.RequestCGI object>
  3. D:\WWWSRV\MoinMoin\Lib\site-packages\MoinMoin\action\AttachFile.py in do_upload (pagename=u'TestPage', request=<MoinMoin.request.RequestCGI object>)

    1. 567 'target': target, 'filename': filename}
    2. 568 else:
    3. 569 stream = open(fpath, 'wb')
    4. 570 try:
    5. 571 stream.write(filecontent)
    • stream undefined
    • builtin open = <type 'file'>
    • fpath = 'D:\\WWWSrv\\WikiHome\\test\\data\\pages\\TestPage\\attachments\\\xed\x85\x8c\xec\x8a\xa4\xed\x8a\xb8.txt'

IOError

[Errno 2] No such file or directory: 'D:\\WWWSrv\\WikiHome\\test\\data\\pages\\TestPage\\attachments\\\xed\x85\x8c\xec\x8a\xa4\xed\x8a\xb8.txt'

  • args = (2, 'No such file or directory')
  • errno = 2
  • filename = 'D:\\WWWSrv\\WikiHome\\test\\data\\pages\\TestPage\\attachments\\\xed\x85\x8c\xec\x8a\xa4\xed\x8a\xb8.txt'
  • strerror = 'No such file or directory'

System Details

  • Date: Tue, 30 May 2006 11:56:27 +0000
  • Platform: win32 (nt)
  • Python: Python 2.4.2 (C:\Python24\python.exe)
  • MoinMoin: Release 1.5.3 (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-05-30 14:42:02, 7.1 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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