Attachment 'nuL_page.html'

Download

 --> -->

OSError

[Errno 22] Invalid argument: 'E:\\Webpage\\Moin\\SvWiki\\SvWiki_data\\pages\\nuL'

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. E:\Webpage\Moin\moin-1.5.8\MoinMoin\request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 1209 # generate page footer (actions that do not want this footer use
    • handler = <function do_edit>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'nuL'
  2. E:\Webpage\Moin\moin-1.5.8\MoinMoin\wikiaction.py in do_edit (pagename=u'nuL', request=<MoinMoin.request.RequestCGI object>)

    1. 580 # is invoked without savetext start editing
    2. 581 if savetext is None:
    3. 582 pg.sendEditor()
    4. 583 return
    5. 584
    • pg = <MoinMoin.PageEditor.PageEditor instance>
    • pg.sendEditor = <bound method PageEditor.sendEditor of <MoinMoin.PageEditor.PageEditor instance>>
  3. E:\Webpage\Moin\moin-1.5.8\MoinMoin\PageEditor.py in sendEditor (self=<MoinMoin.PageEditor.PageEditor instance>, **kw={})

    1. 176 except OSError, err:
    2. 177 if err.errno != errno.ENAMETOOLONG:
    3. 178 raise err
    4. 179 msg = _("Page name is too long, try shorter name.")
    5. 180
    • err = <exceptions.OSError instance>

OSError

[Errno 22] Invalid argument: 'E:\\Webpage\\Moin\\SvWiki\\SvWiki_data\\pages\\nuL'

  • args = (22, 'Invalid argument')
  • errno = 22
  • filename = r'E:\Webpage\Moin\SvWiki\SvWiki_data\pages\nuL'
  • strerror = 'Invalid argument'

System Details

  • Date: Mon, 20 Aug 2007 01:36:45 +0000
  • Platform: win32 (nt)
  • Python: Python 2.4.2 (C:\Python24\python.exe)
  • MoinMoin: Release 1.5.8 (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] (2007-08-20 02:07:59, 7.3 KB) [[attachment:nuL_page.html]]
 All files | Selected Files: delete move to page copy to page

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