Error installing pygobject-3.10.2



Environment: Mageia 5 running inside VirtualBox under Mageia 5:
Trying to install/run  fslint-2.44. I get the error message:
$ ./fslint-gui
Traceback (most recent call last):
  File "./fslint-gui", line 28, in <module>
    import gtk.glade
ImportError: No module named glade

So from google, I download pygobject 3.10.2 and go through the ./configure/make/make install process. Unfortunately the last step fails with an error message I cannot understand: /usr/bin/install -c -m 644 __init__.py types.py module.py importer.py pygtkcompat.py docstring.py '/usr/local/lib64/python3.4/site-packages/gi'
Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/usr/lib64/python3.4/py_compile.py", line 6, in <module>
    import importlib._bootstrap
  File "/usr/lib64/python3.4/importlib/__init__.py", line 40, in <module>
    import types
File "/home/graeme/Downloads/pygobject-3.10.2/gi/types.py", line 28, in <module>
    from . import _gobject
SystemError: Parent module '' not loaded, cannot perform relative import
Makefile:800: recipe for target 'install-pygiPYTHON' failed
make[3]: *** [install-pygiPYTHON] Error 1
make[3]: Leaving directory '/home/graeme/Downloads/pygobject-3.10.2/gi'
Makefile:1017: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/graeme/Downloads/pygobject-3.10.2/gi'
Makefile:855: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/graeme/Downloads/pygobject-3.10.2/gi'
Makefile:588: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Can someone explain/help please?
Thanks
Graeme


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]