From e3c35039aef7a8bc43916f52047a5a6b4cce4b04 Mon Sep 17 00:00:00 2001 From: Zoee <30841158+n-WN@users.noreply.github.com> Date: Sun, 23 Mar 2025 17:25:18 +0000 Subject: [PATCH] fix: https://bugs.python.org/issue45511 --- gopherus.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gopherus.py b/gopherus.py index e7dd713..f846cf8 100755 --- a/gopherus.py +++ b/gopherus.py @@ -1,6 +1,12 @@ #!/usr/bin/python2 import argparse import sys +import readline # see below +# solve: https://bugs.python.org/issue45511 +# need ncurses lib (-lncurses) +# ubuntu/debian: +# sudo apt-get install libncurses5-dev libncursesw5-dev + sys.path.insert(0,'./scripts/') from scripts import FastCGI, MySQL, PostgreSQL, DumpMemcached, PHPMemcached, PyMemcached, RbMemcached, Redis, SMTP, Zabbix