--> -->

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