After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 383156 - gnomeapplet python module not found
gnomeapplet python module not found
Status: RESOLVED INVALID
Product: deskbar-applet
Classification: Deprecated
Component: general
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-12-06 21:16 UTC by Carlos Eduardo Rodrigues Diógenes
Modified: 2007-01-07 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Eduardo Rodrigues Diógenes 2006-12-06 21:16:23 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?
Comment 1 Rob Bradford 2006-12-07 19:50:11 UTC
I don't use jhbuild myself but this looks like a dependency problem. Which module set is this?
Comment 2 Carlos Eduardo Rodrigues Diógenes 2006-12-10 18:58:49 UTC
Sorry, I don't understand your question. What do you mean by "Which module set is this?" is what module I was building?
Comment 3 Carlos Eduardo Rodrigues Diógenes 2006-12-12 17:11:07 UTC
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!
Comment 4 Raphael Slinckx 2007-01-07 19:56:38 UTC
Thanks !