GNOME Bugzilla – Bug 383156
gnomeapplet python module not found
Last modified: 2007-01-07 19:56:38 UTC
While building GNOME with jhbuild I receive the following: checking for gnomeapplet module... ./configure: line 22330: 8158 Aborted ( $PYTHON -c ' try: import gnomeapplet except ImportError, e: if str(e).find("gnomeapplet") >= 0: raise except: pass ' ) 2>&5 no configure: error: gnomeapplet Python module required to build deskbar Looking at the config.log file I find the following: configure:22299: checking for gnomeapplet module configure:22309: $PYTHON -c ' try: import gnomeapplet except ImportError, e: if str(e).find("gnomeapplet") >= 0: raise except: pass ' GTK Accessibility Module initialized ** (-c:8158): CRITICAL **: AT_SPI_REGISTRY was not started at session startup. ** (-c:8158): WARNING **: IOR not set. ** ERROR **: Could not locate registry aborting... configure:22320: $? = 134 configure:22325: result: no configure:22327: error: gnomeapplet Python module required to build deskbar Someone have any advice in how to resolve this?
I don't use jhbuild myself but this looks like a dependency problem. Which module set is this?
Sorry, I don't understand your question. What do you mean by "Which module set is this?" is what module I was building?
I think that this is not a deskbar-applet bug, since when I run the test program with the python interpreter installed in the system I don't receive any error. The error is only showed throw jhbuild that use it's builded python interpreter that is localized in my home folder (the jhbuild destination dir). Altough I think this is related with accessibility I will post it against jhbuild module, maybe others have this same problems. Thanks for the attention Rob!
Thanks !