Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider importing gnureadline instead of readline when necessary #663

Open
guibor opened this issue May 1, 2023 · 0 comments
Open

Consider importing gnureadline instead of readline when necessary #663

guibor opened this issue May 1, 2023 · 0 comments

Comments

@guibor
Copy link

guibor commented May 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant