From 2f41ba9ed3207985fed30c7103b8225f436568a7 Mon Sep 17 00:00:00 2001 From: David <97615691+davidh91@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:58:16 +0100 Subject: [PATCH] Added note to install legacy-cgi (#32) Co-authored-by: Michael Howitz --- INSTALL.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.rst b/INSTALL.rst index cae1500e..08d49e23 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -49,6 +49,11 @@ If you now connect to port 8080 and log in with username 'grok', password 'grok', you should be able to add the grok-based applications (such as grokwiki) from the menu. +If you are using python >= 3.13 and encounter a ``No module named 'cgi'`` +error, install the legacy cgi package: + + $ bin/pip install legacy-cgi + Running the tests -----------------