Unable to run
I'm getting this error message. Running Lubuntu with LXDE
root# ./main.py
Traceback (most recent call last):
File "./main.py", line 2, in <module>
import gi
File "/opt/anaconda3/lib/python3.6/site-packages/gi/__init__.py", line 39
print url
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t url)?
@bgagan911 That looks like a python2/3 issue, try to run it with python3.
However, on Arch with the latest git from AUR it still fails:
python3 /usr/share/gesture-manager/main.py
Traceback (most recent call last):
File "/usr/share/gesture-manager/main.py", line 3, in <module>
gi.require_version("Gtk", "3.0")
AttributeError: module 'gi' has no attribute 'require_version'
I have the same problem?
I have the same problem. I know i am in python 3.6.3, and when I type sudo python main.py its gives me this error:
"Traceback (most recent call last):
File "main.py", line 103, in