GNOME Bugzilla – Bug 685454
postr-0.13 crashes because it expects postr.glade to be in python sitedir
Last modified: 2012-10-04 11:10:06 UTC
postr-0.13 installs postr.glade in $datadir/postr, but postr.py tries to load it from $pythondir/postr. This makes it impossible to run postr; attempting to launch the program leads to an immediate crash: (postr:7562): libglade-WARNING **: could not find glade file '/usr/lib64/python2.7/site-packages/postr/postr.glade' Traceback (most recent call last):
+ Trace 230960
p = postr.Postr()
glade = gtk.glade.XML(os.path.join(os.path.dirname(__file__), "postr.glade"))
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.