--> -->

IOError

[Errno 36] File name too long: '../data/pages/FrBrGeorge(2f)DraftsAndJunk(2f)PspoItRu(2f)PSPO_Programm(2d25)D0(25)BF(25)D1(25)80(25)D0(25)BE(25)D0(25)B3(25)D1(25)80(25)D0(25)B0(25)D0(25)BC(25)D0(25)BC(25)D0(25)B0_(25)D0(25)BF(25)D1(25)80(25)D0(25)B8(25)D0(25)BC(25)D0(25)B5(25)D0(25)BD(25)D0(25)B5(25)D0(25)BD(25)D0(25)B8(25)D0(25)B5_(25)D0(25)9F(25)D0(25)A1(25)D0(25)9F(25)D0(25)9E/revisions/99999999'

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. /usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1149 from MoinMoin.wikiaction import getHandler
    2. 1150 handler = getHandler(self, action)
    3. 1151 handler(self.page.page_name, self)
    4. 1152
    5. 1153 # generate page footer (actions that do not want this footer use
    • handler = <function do_show>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'FrBrGeorge/DraftsAndJunk/PspoItRu/PSPO Programm-...%D0%B5%D0%BD%D0%B8%D0%B5 %D0%9F%D0%A1%D0%9F%D0%9E'
  2. /usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'FrBrGeorge/DraftsAndJunk/PspoItRu/PSPO Programm-...%D0%B5%D0%BD%D0%B8%D0%B5 %D0%9F%D0%A1%D0%9F%D0%9E', request=<MoinMoin.request.RequestCGI object>)

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 470
    • global Page = <class MoinMoin.Page.Page>
    • request = <MoinMoin.request.RequestCGI object>
    • pagename = u'FrBrGeorge/DraftsAndJunk/PspoItRu/PSPO Programm-...%D0%B5%D0%BD%D0%B8%D0%B5 %D0%9F%D0%A1%D0%9F%D0%9E'
    • ).send_page undefined
    • count_hit undefined
  3. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1007
    2. 1008 # load the text
    3. 1009 body = self.get_raw_body()
    4. 1010
    5. 1011 # if necessary, load the default formatter
    • body undefined
    • self = <MoinMoin.Page.Page instance>
    • self.get_raw_body = <bound method Page.get_raw_body of <MoinMoin.Page.Page instance>>
  4. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in get_raw_body (self=<MoinMoin.Page.Page instance>)

    1. 781 # try to open file
    2. 782 try:
    3. 783 file = codecs.open(self._text_filename(), 'rb', config.charset)
    4. 784 except IOError, er:
    5. 785 import errno
    • builtin file = <type 'file'>
    • global codecs = <module 'codecs' from '/usr/lib/python2.4/codecs.pyc'>
    • codecs.open = <function open>
    • self = <MoinMoin.Page.Page instance>
    • self._text_filename = <bound method Page._text_filename of <MoinMoin.Page.Page instance>>
    • global config = <module 'MoinMoin.config' from '/usr/lib/python2.4/site-packages/MoinMoin/config.pyc'>
    • config.charset = 'utf-8'
  5. /usr/lib/python2.4/codecs.py in open (filename='../data/pages/FrBrGeorge(2f)DraftsAndJunk(2f)Psp...(25)A1(25)D0(25)9F(25)D0(25)9E/revisions/99999999', mode='rb', encoding='utf-8', 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 = '../data/pages/FrBrGeorge(2f)DraftsAndJunk(2f)Psp...(25)A1(25)D0(25)9F(25)D0(25)9E/revisions/99999999'
    • mode = 'rb'
    • buffering = 1

IOError

[Errno 36] File name too long: '../data/pages/FrBrGeorge(2f)DraftsAndJunk(2f)PspoItRu(2f)PSPO_Programm(2d25)D0(25)BF(25)D1(25)80(25)D0(25)BE(25)D0(25)B3(25)D1(25)80(25)D0(25)B0(25)D0(25)BC(25)D0(25)BC(25)D0(25)B0_(25)D0(25)BF(25)D1(25)80(25)D0(25)B8(25)D0(25)BC(25)D0(25)B5(25)D0(25)BD(25)D0(25)B5(25)D0(25)BD(25)D0(25)B8(25)D0(25)B5_(25)D0(25)9F(25)D0(25)A1(25)D0(25)9F(25)D0(25)9E/revisions/99999999'

  • args = (36, 'File name too long')
  • errno = 36
  • filename = '../data/pages/FrBrGeorge(2f)DraftsAndJunk(2f)Psp...(25)A1(25)D0(25)9F(25)D0(25)9E/revisions/99999999'
  • strerror = 'File name too long'

System Details