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