Attachment 'traceback.html'

Download

--> -->

AttributeError

'RequestStandAlone' object has no attribute 'if_modified_since'

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. C:\Python\Lib\site-packages\MoinMoin\request.py in __init__ (self=<MoinMoin.request.RequestStandAlone object>, sa=<MoinMoin.server.standalone.MoinRequestHandler instance>, properties={})

    1. 1683 co = filter(None, sa.headers.getheaders('cookie'))
    2. 1684 self.saved_cookie = ', '.join(co) or ''
    3. 1685 self.if_modified_since = (sa.headers.getheader('if-modified-since')
    4. 1686 or self.if_modified_since)
    5. 1687 self.if_none_match = (sa.headers.getheader('if-none-match')
    • self = <MoinMoin.request.RequestStandAlone object>
    • self.if_modified_since undefined
    • sa = <MoinMoin.server.standalone.MoinRequestHandler instance>
    • sa.headers = <mimetools.Message instance>
    • sa.headers.getheader = <bound method Message.getheader of <mimetools.Message instance>>

AttributeError

'RequestStandAlone' object has no attribute 'if_modified_since'

  • args = ("'RequestStandAlone' object has no attribute 'if_modified_since'",)

System Details

  • Date: Thu, 21 Sep 2006 09:46:48 +0000
  • Platform: win32 (nt)
  • Python: Python 2.4.3 (C:\Python\python.exe)
  • MoinMoin: Release 1.5.5a (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-09-21 09:59:54, 4.7 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.