Description
Installing standalone server 1.5.5a works but yields error 'RequestStandAlone' object has no attribute 'if_modified_since'
Steps to reproduce
- Installed standalone server under win32
- Moin installed in standard directory (c:\Python ...)
- Wiki instance created under c:\wiki\instance
- modified moin.py to point to : docs = 'c:/Python/share/moin/htdocs'
- started moin.py
pointed to http://localhost:8000/
Details
'RequestStandAlone' object has no attribute 'if_modified_since'
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 in init (self=<MoinMoin.request.RequestStandAlone object>, sa=<MoinMoin.server.standalone.MoinRequestHandler instance>, properties={})
MoinMoin Version |
1.5.5a |
OS and Version |
Win XP |
Python Version |
2.4.3 |
Server Setup |
Standalone |
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Try this patch: http://hg.thinkmo.de/moin/1.5?cs=46c74bdb6bc9
Patch is working fine for me! (thomas.kieselstein AT union-panagora.de)
Discussion
When upgrading from 1.5.4 to 1.5.5a, I encounter the same problem too. Thanks for your patch, it works perfactly! -- Ren
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in 1.5 and 1.6 branch