On Tue, 20 Oct 2015 11:29:11 +0200, I wrote: > > import librepo._librepo > > ImportError: libidn.so.11: cannot open shared object file: No such file or > > directory > > Apart from what has been answered in this thread, > there's a missing dependency in the python-librepo package: > > $ ldd /usr/lib64/python2.7/site-packages/librepo/_librepomodule.so |grep idn > libidn.so.11 => /lib64/libidn.so.11 (0x00007f2dd7f97000) > $ rpm -qf /usr/lib64/python2.7/site-packages/librepo/_librepomodule.so > python-librepo-1.7.16-1.fc22.x86_64 > $ rpm -qR python-librepo|grep idn > $ Sorry. This is misinformation, since the direct dependencies are less. $ eu-readelf --dynamic /usr/lib64/python2.7/site-packages/librepo/_librepomodule.so |grep NEEDED|sort NEEDED Shared library: [libc.so.6] NEEDED Shared library: [libcurl.so.4] NEEDED Shared library: [libexpat.so.1] NEEDED Shared library: [libglib-2.0.so.0] NEEDED Shared library: [libgpg-error.so.0] NEEDED Shared library: [libgpgme.so.11] NEEDED Shared library: [libpython2.7.so.1.0] NEEDED Shared library: [librepo.so.0] -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org