Description of problem: Python fails to import gtkmozembed shared libraries (libgtkembedmoz.so and libxpcom.so). Version-Release number of selected component (if applicable): gnome-python2-gtkmozembed-2.14.2-4.fc6 firefox-1.5.0.8-1.fc6 How reproducible: try to import gtkmozembed in python Steps to Reproduce: 1. run python 2. type 'import gtkmozembed' and hit enter Actual results: ImportError: libgtkembedmoz.so: cannot open shared object file: No such file or directory Expected results: gtkmozembed imports successfully Additional info: Possible solutions: Create symlinks in /usr/lib to libgtkembedmoz.so and libxpcom.so, or rebuild the package against firefox-1.5.0.8.
*** This bug has been marked as a duplicate of 215163 ***