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
Note: this is the first time I use github, I hope this is the right place to put this comment.
When running piedit.py i got (on Ubuntu 10.04):
(piedit.py:3560): libglade-WARNING **: could not find glade file '/glade/piedit.glade'
Traceback (most recent call last):
File "piedit.py", line 46, in
program = Program()
File "piedit.py", line 33, in init
gladeui = gtk.glade.XML(os.path.dirname(sys.argv[0])+"/glade/piedit.glade")
RuntimeError: could not create GladeXML object
It seems piedit.glade couldn't been found.
I replaced that line with:
Note: this is the first time I use github, I hope this is the right place to put this comment.
When running piedit.py i got (on Ubuntu 10.04):
(piedit.py:3560): libglade-WARNING **: could not find glade file '/glade/piedit.glade'
Traceback (most recent call last):
File "piedit.py", line 46, in
program = Program()
File "piedit.py", line 33, in init
gladeui = gtk.glade.XML(os.path.dirname(sys.argv[0])+"/glade/piedit.glade")
RuntimeError: could not create GladeXML object
It seems piedit.glade couldn't been found.
I replaced that line with:
And it worked fine.
The text was updated successfully, but these errors were encountered: