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.
C:\Python\Lib\site-packages\MoinMoin\request.py
in __init__
(self=<MoinMoin.request.RequestStandAlone object>, sa=<MoinMoin.server.standalone.MoinRequestHandler instance>, properties={})
- 1683 co = filter(None, sa.headers.getheaders('cookie'))
- 1684 self.saved_cookie = ', '.join(co) or ''
- 1685 self.if_modified_since = (sa.headers.getheader('if-modified-since')
- 1686 or self.if_modified_since)
- 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)