-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cannot use on Ubuntu 20.04 (building not possible) #39
Comments
I do confirm it's not building with pip3 (earlier versions of pip won't work on Ubuntu 20.04), giving: sudo pip3 install http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.2.tar.gz |
Probably comes in too late, but you should install with pip2 instead of pip3. This repository is 13 years old guys |
the pip manpage tells me "pip" is used for python2 and "pip3" is used for python3 on debian |
Very late to the party here, but you can install PyGTK for Python 2.7 from the old repos
The program then works in Ubuntu 20.04. |
I'm running 20.04 and
I got it running, but it doesn't work. I'll look into it when I have some time... |
I can't use the editor in new version of Ubuntu.
I tried to build and similar, but nothing works, I can only delete all files of it 😭
If you have an idea to use this editor on newer versions of Ubuntu, please let me (us) know.
Better it would exist an AppImage 😄 because that image contains all necessary files and so.
The text was updated successfully, but these errors were encountered: