Comment 5 for bug 1532492

Revision history for this message
Bob Merhebi (bobmerhebi) wrote :

Update: I installed the 'gi' module using pip under anaconda3 and now running it from the terminal results in a syntax error:

~ python3 /opt/takeabreak/takeabreak/takeabreak
Traceback (most recent call last):
  File "/opt/takeabreak/takeabreak/takeabreak", line 2, in <module>
    from gi.repository import Gtk, Pango
  File "/home/hadron/anaconda3/lib/python3.5/site-packages/gi/__init__.py", line 39
    print url
            ^
SyntaxError: Missing parentheses in call to 'print'

It doesn't not show up in the process under htop nor launch a any window.

Running it from the applications (under Gnome 3) works though.