GNOME Bugzilla – Bug 621666
hamster-applet relies on xdg.BaseDirectory from pyxdg
Last modified: 2010-06-15 16:42:42 UTC
As reported downstream at: http://bugs.gentoo.org/show_bug.cgi?id=324143 hamster-applet requires pyxdg to prevent this startup failure: raceback (most recent call last):
+ Trace 222422
from hamster.configuration import conf, runtime, dialogs
from xdg.BaseDirectory import xdg_data_home
$ grep -r xdg.BaseDirectory * src/hamster/configuration.py:from xdg.BaseDirectory import xdg_data_home Then, configure should have a check for it Thanks a lot
configure should only check for build-time deps, not run-time ones.