[Th] python3 gobject
Elan Ruusamäe
glen at pld-linux.org
Thu Sep 13 22:19:33 CEST 2012
On 09/13/2012 10:27 PM, Lord Blick wrote:
> Has anybody some experience in subject ?
> Problem goes that:
> $ rpm -q python3-pygobject3
> python3-pygobject3-3.2.2-1.x86_64
> $ ls -l /usr/lib64/libpyglib-gi-2.0-python3.so*
> lrwxrwxrwx 1 root root 33 09-13 11:00
> /usr/lib64/libpyglib-gi-2.0-python3.so ->
> libpyglib-gi-2.0-python3.so.0.0.0*
> -rwxr-xr-x 1 root root 19K 05-15 18:01
> /usr/lib64/libpyglib-gi-2.0-python3.so.0.0.0*
> $ python3
> Python 3.2.3 (default, May 31 2012, 12:04:08)
> [GCC 4.6.3 20120315 (release)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import gi
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/lib64/python3.2/site-packages/gi/__init__.py", line 23,
> in <module>
> from ._gi import _API, Repository
> ImportError: libpyglib-gi-2.0-python3.so.0: cannot open shared object
> file: No such file or directory
> >>>
seems ldconfig missing from package
invoke it (as root) and you problem solved is solved
will fix .spec too in a jiffy
--
glen
More information about the pld-devel-en
mailing list