Also, recommend ActivePython. While it is a commercially-backed product, "pypm" (like "easy_install" on Linux) makes it an absolute snap to get all the dependencies for Evennia. It simplifies setup on Windows greatly compared to the stock distribution at www.python.org coupled with the stock "easy_install".)
Also, re-flow some more text.
which was modified heavily between Django v1.1 and Django v1.2.
While it is possible to modify our code to use Django v1.1's csrf, the
best experience "out-of-the-box" will be while using Django v1.2.
* The startup script (evennia.py) will now take your PYTHONPATH environmental variable into account when starting. This may resolve potential issues with Twisted on Windows with certain combinations of Python.
* The INSTALL file still referred to startup.bat, which is now gone in favor of evennia.py.
Thanks Ari!