From 42f59dae63cffaa60eb029783fc094d71b122a77 Mon Sep 17 00:00:00 2001 From: 0xDEADFED5 Date: Sat, 25 Jan 2025 21:38:45 -0800 Subject: [PATCH] remove pywin32 error msg --- evennia/server/evennia_launcher.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/evennia/server/evennia_launcher.py b/evennia/server/evennia_launcher.py index f711b61f3b..0fc94ca8d6 100644 --- a/evennia/server/evennia_launcher.py +++ b/evennia/server/evennia_launcher.py @@ -258,14 +258,6 @@ ERROR_DATABASE = """ to initialize/update the database according to your settings. """ -ERROR_WINDOWS_WIN32API = """ - ERROR: Unable to import win32api, which Twisted requires to run. - You may download it with pip in your Python environment: - - pip install --upgrade pywin32 - - """ - CMDLINE_HELP = """Starts, initializes, manages and operates the Evennia MU* server. Most standard django management commands are also accepted."""