abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.21k stars 133 forks source link

Consider importing gnureadline instead of readline when necessary #663

Open guibor opened 1 year ago

guibor commented 1 year ago

I was unable to load lispy-python.py, with the following error (on Mac OS X)

raise Exception('''libedit based readline is known not to work, see etc/PROBLEMS under \"In Inferior Python mode, input is echoed\".''')

I replaced all instances of import readline with import gnureadline as readline and was finally able to use lispy again.