Working with some people to build a fake news detecting program and have made some great progress but out of 5 members of the group only 1 person can run the python program. I am running a clean install of Ubuntu 16.04 that is only a few hours old and the person who can run the program has Fedora 26. The error I get when trying to run the program is:
conesco3@Conesco3:~/Documents/Alternative-News-Checker$ sudo python main.py[sudo] password for conesco3:
Traceback (most recent call last):
File "main.py", line 6, in <module>
gi.require_version('Gtk', '3.0')
AttributeError: 'module' object has no attribute 'require_version'
I went away and installed gtk+-3.0 with: sudo apt install gtk+-3.0
Which doesn't help.
I also installed Glade which made the UI part of the program to try and fix it but with no joy.
The files can be found here if you want to try and recreate the problem, I am stumped so any help is appreciated and I have tried several other suggestions for fixes like installing python-gobject and they haven't fixed the problem - "https://github.com/WeMightNotHaveTheGuts/Alternative-News-Checker"
EDIT @Rawing - hello.py - small example