-
Notifications
You must be signed in to change notification settings - Fork 14
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
syntax error in setup.py line 290? #142
Comments
What's Edit: Also the setup does probably not work anyway (see #107) |
I was using Python 2.7, based on the install.md and readme files. I'll try python 3.7 then. |
This fork here is the python3 port. But if you come across such stuff (as the readme), feel free to submit a PR with those changes. We haven't had a pass at the documentation yet. |
The flatpak I am working on can install this fork with python 3.7, but it gets cursor errors when trying to start. That is possibly due to me not knowing the proper dependencies, do you know them offhand? Also elib.intl is written in python2, so it has to be left out of the flatpak or it won't compile. However it gives errors when elib.intl is left out, but I don't think that is causing the following error
|
The error you describe looks like there's no display availabe, I don't know. About dependencies: I tried in #108 to run the setup with a container (but that was for building, so maybe not all but at least gtk3) and the following had to be installed manually:
And you also need to install the python packages in |
While building the flatpak, I got to the following error:
The text was updated successfully, but these errors were encountered: