From 2b88d770e24d5dc76baa252ff49e2c00c6bab285 Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 2 Aug 2021 22:20:44 -0500 Subject: [PATCH] add a paragraph about python3/2 support --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 7dffaae..f9cb3b9 100644 --- a/README +++ b/README @@ -18,6 +18,12 @@ options: -nx, --nocgi: disable cgi execution hints: +if you're running esgd with the python executable on the +command line, e.g. `python esgd.py --host 0.0.0.0 +--gopherhost test`, ENSURE THAT THE EXECUTABLE IS INTERPRETING +PYTHON3 CODE. On my system, you have to use the executable +`python3`; `python` is python2 on my system. + by default python's socketserver when hosting on "localhost" will bind to the loopback interface. this is fine for testing, but in production you'll want to use --host '0.0.0.0' to force