[Bug 480992] New: python gnome extra fail to load (and find) libmozjs.so
import gtkmozembed Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: libmozjs.so: cannot open shared object file: No such file or
https://bugzilla.novell.com/show_bug.cgi?id=480992 Summary: python gnome extra fail to load (and find) libmozjs.so Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andrea@opensuse.org QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6 here all you need to know: anubis@suse-netbook:~/Desktop> python Python 2.6 (r26:66714, Feb 3 2009, 20:52:03) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "license" for more information. directory
anubis@suse-netbook:~/Desktop> locate libmozjs.so /usr/lib/thunderbird/libmozjs.so /usr/lib/xulrunner-1.8.1.19/libmozjs.so /usr/lib/xulrunner-1.9.0.6/libmozjs.so anubis@suse-netbook:~/Desktop> sudo ln -s /usr/lib/xulrunner-1.9.0.6/libmozjs.so /usr/lib/ root's password: anubis@suse-netbook:~/Desktop> pythonPython 2.6 (r26:66714, Feb 3 2009, 20:52:03) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import gtkmozembed
sorry if i do not add more info but battery is low.. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=480992 User andrea@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=480992#c1 --- Comment #1 from andrea florio <andrea@opensuse.org> 2009-03-03 03:04:17 MST --- i'm sorry for the bad report, but, let me try to explain that: installed python-gnome-extras if i try to import gtkmozembed it fail Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: libmozjs.so: cannot open shared object file: No such file or directory so i searched and foud the library that i symlinked into /usr/lib right now i don't know if the problem is the missing link or something else in python-gnome-extras -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com