12 Mar 2007

ImportError: libgtkembedmoz.so: cannot open shared object file: No such file or directory

I think Python is looking this package under the /usr/lib/mozilla directory.

If you have no mozilla browser installed on your system (my system is FC6) and your application (for ex. listen, exaile) needs libgtkembedmoz.so library you probably will get this error.

For the fix this problem:

  • First create named as /etc/ld.so.conf.d/mozilla.conf
  • And put the firefox location of your system in this file. (Ex. /usr/lib/firefox-1.5.0.7/ )
  • Run ldconfig command as root
  • And thats it.Your applications should be works now ...


Hiç yorum yok: