Summary: | gDesklets-0.24.1 crashes with "ImportError: could not import bonobo.ui" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denis Sacchet <ouba> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Result of command 'strace gdesklets' |
Description
Denis Sacchet
2003-11-20 02:13:28 UTC
Created attachment 20983 [details]
Result of command 'strace gdesklets'
so /usr/lib/python2.2/site-packages/gtk-2.0/bonobo/ui.so exist doesnt ? it should be compiled by gnome-python as it depends on libbonobo. Yes, it exists : ouba@prunelle ouba $ ls -ail /usr/lib/python2.2/site-packages/gtk-2.0/bonobo/ui.so 1212153 -rwxr-xr-x 1 root root 560056 2003-11-20 10:57 /usr/lib/python2.2/site-packages/gtk-2.0/bonobo/ui.so ouba@prunelle ouba $ but it seems it doesn't work ... I had recompiled ten times gnome-python in the last 2 days ... :( Another idea ? talked with reporter on IRC seems to be an SSL problem really: <ouba> ouba@prunelle gtk-2.0 $ python -c "import bonobo.ui" <ouba> Traceback (most recent call last): <ouba> File "<string>", line 1, in ? <ouba> File "/usr/lib/python2.2/site-packages/gtk-2.0/bonobo/__init__.py", line 6, in ? <ouba> import ORBit <ouba> ImportError: libssl.so.0.9.6: cannot open shared object file: No such file or directory pyorbit was the culprit, it needed to be recompiled against libssl-0.9.7 |