You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On every machine that I try to run the GUI I get this error:
Traceback (most recent call last):
File "p2psp_application_gui.py", line 12, in <module>
App_Window = Main_Window()
File "/home/cmedina/p2psp/src/view/main_window.py", line 14, in __init__
self.interface = file_util.get_user_interface('glade', '../data/glade/mainwindow.glade')
File "/home/cmedina/p2psp/src/common/file_util.py", line 16, in get_user_interface
builder.add_from_file(fName)
gi._glib.GError: ../data/glade/mainwindow.glade: required gtk+ version 3.12, current version is 3.10
Why gtk+ 3.12 is required? Is there an easy way to resolve it?
The way to resolve it that I've found is not so easy for regular users (it's a little bit tedious)
The text was updated successfully, but these errors were encountered:
On every machine that I try to run the GUI I get this error:
Why gtk+ 3.12 is required? Is there an easy way to resolve it?
The way to resolve it that I've found is not so easy for regular users (it's a little bit tedious)
The text was updated successfully, but these errors were encountered: