New install of Ubuntu 16.04 I get the following error when trying to run: ```bash Traceback (most recent call last): File "./TransferGUI.py", line 8, in <module> from gi.repository import Gtk, GdkPixbuf, Gdk ImportError: No module named gi.repository ``` This is fixed by installing the `python-gi` package. Perhaps this package should be added to the requirements list? Thanks!