-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
jrnl crashes on start with Windows ActivePython due to readline #738
Comments
Same for me...
|
[GH-738] preventing readline usage on Windows
I just installed jrnl on windows 10 via pip after installing python 3.7, Traceback (most recent call last): Please advise any solution and how to start jrnl? |
@moin1958 What version of jrnl do you have installed? There was a fix for this crash in v2.1.1. Do you have an older version? If so, please reinstall jrnl and try again. |
Install pyreadline instead of readline.
This should fix the issue |
Bug report
Please tell us about your environment:
What is the current behavior?
I didn't have this problem until I started using poetry, which uses ActivePython when I kick off a shell. It turns out that ActivePython isn't compatible with the GNU license, and the readline module is GNU, so it simple doesn't provide that module.
As far as I can tell, this needs to be resolved to enable a Windows build in Travis.
From the console:
Looks like maybe pyreadline is a good alternative? Except the max Python version it supports is 3.5.
https://pypi.org/project/pyreadline/
The text was updated successfully, but these errors were encountered: