We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New install of Ubuntu 16.04 I get the following error when trying to run:
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!
python-gi
The text was updated successfully, but these errors were encountered:
Thanks
Sorry, something went wrong.
No branches or pull requests
New install of Ubuntu 16.04 I get the following error when trying to run:
This is fixed by installing the
python-gi
package. Perhaps this package should be added to the requirements list? Thanks!The text was updated successfully, but these errors were encountered: