Fixed an issue with @list that broke Windows compatibilty. We simply won't be able to let the user '@list process' under Windows, as the Python API lacks the needed modules and functions to do so. So everyone doesn't have to go through the head-scratching I did to figure out how to get Evennia running on Windows, I have included a startup.bat file for anyone wanting to develop under Windows. If someone would like me to post instructions on running under Windows, send a mail to the list stating the fact and I'll outline the process.
This commit is contained in:
parent
15d80f4c9a
commit
bc2ea1780b
2 changed files with 27 additions and 12 deletions
7
startup.bat
Normal file
7
startup.bat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
set DJANGO_SETTINGS_MODULE=settings
|
||||
set PYTHONPATH=.
|
||||
echo Starting Evennia...
|
||||
|
||||
rem We're only going to run in interactive mode until we've had more time to make sure things work as expected on Windows.
|
||||
twistd -noy server.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue