Description

Installing standalone server 1.5.5a works but yields error 'RequestStandAlone' object has no attribute 'if_modified_since'

Steps to reproduce

  1. Installed standalone server under win32
  2. Moin installed in standard directory (c:\Python ...)
  3. Wiki instance created under c:\wiki\instance
  4. modified moin.py to point to : docs = 'c:/Python/share/moin/htdocs'
  5. started moin.py
  6. pointed to http://localhost:8000/

Details

AttributeError

'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.

  1. C:\Python\Lib\site-packages\MoinMoin\request.py in in init (self=<MoinMoin.request.RequestStandAlone object>, sa=<MoinMoin.server.standalone.MoinRequestHandler instance>, properties={})

traceback.html

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

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/RequestStandAloneNoAttributeIfModifiedSince (last edited 2007-10-29 19:20:38 by localhost)