Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4906 - deskbar-applet crashes on load
Attached to Project:
Arch Linux
Opened by Eugenia Loli-Queru (Eugenia) - Thursday, 29 June 2006, 05:30 GMT
Opened by Eugenia Loli-Queru (Eugenia) - Thursday, 29 June 2006, 05:30 GMT
|
Detailsit says that it find a gobject or something.
|
This task depends upon
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/opt/gnome/lib/deskbar-applet/deskbar-applet", line 10, in ?
import gobject
ImportError: No module named gobject
i have gnome-python-desktop installed btw
/usr/lib/python2.4/site-packages/gtk-2.0/gobject.so
if it doesn't try reinstalling pygtk.
What about pyobject btw? is this another package i need to install? if yes, which?
[eugenia@vaio ~]$ revelation
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/opt/gnome/bin/revelation", line 25, in ?
import gnome, gobject, gtk, gtk.gdk, os, pwd, sys
ImportError: No module named gnome
[eugenia@vaio ~]$ python
'import site' failed; use -v for traceback
Python 2.4.3 (#1, May 29 2006, 22:23:40)
so, even python doesn't work correctly.. might be a path problem? other non-python apps don't have such problem though
After I renamed that file, the problems went away.
And about the gnome-common.pth file in /usr/lib/../site-packages:
does it contain something different than this line?:
import site; site.addsitedir("/opt/gnome/lib/python2.4/site-packages")
Yes, I have Numeric.pth, dbus, pygst, pygtk and wx.
>does it contain something different than this line?:
No. It contains just this line. Renaming away that file fixes my problem.
Please note though that I have a Numeric, pygst and pygtk .pth files also on /usr/lib/python2.4/site-packages/. It seems that these 3 files exist both on gnome's and on usr's python folders.
It could have been a third party pygtk app that did that during "make install"?
Is there a way to fix this now?