-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error on Elementary OS Loki #2
Comments
Sorry to hear that... Are the correct dependencies (especially python-gi,
python-gobject) correctly installed?
|
Yep, although I am using python3 instead of python2. I tried running the setup script with python2 instead of python3, and I still get the same errors. |
Which is weird, considering require_version() is part of the Python Gtk+ library... could you try and |
Can confirm the issue on my latest Ubuntu 18.04 partition... thanks for reporting, I'll work on that to see what causes this error with python-gi |
Fixed many things and got rid of Python 2. Should work now, could you try again? Thanks. |
Installs fine, crashes when I try to call it. Running on a Thinkpad P51.
Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "./gestures/__main__.py", line 2, in <module> File "./gestures/main.py", line 5, in <module> AttributeError: 'module' object has no attribute 'require_version'
The text was updated successfully, but these errors were encountered: