[CentOS] epel python3 gi

Thu Jun 15 08:34:56 UTC 2017
Andreas Benzler <andreas at benzlerweb.de>

Hello Everyone,

don't know how to fix this:

[andy at localhost snappergui]$ sudo python3 ./__init__.py 
[sudo] password for andy: 
Traceback (most recent call last):
  File "./__init__.py", line 3, in <module>
    import gi
ImportError: No module named 'gi'
[andy at localhost snappergui]$ python ./__init__.py
[andy at localhost snappergui]$ sudo python ./__init__.py
[andy at localhost snappergui]$ sudo python3 ./__init__.py
Traceback (most recent call last):
  File "./__init__.py", line 3, in <module>
    import gi
ImportError: No module named 'gi'
[andy at localhost snappergui]$ sudo python3 ./__init__.pyvi^C
[andy at localhost snappergui]$ vi __init__.py 
[andy at localhost snappergui]$ python3
Python 3.4.5 (default, May 29 2017, 15:17:55) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'gi'
>>> quit
Use quit() or Ctrl-D (i.e. EOF) to exit
>>> 
KeyboardInterrupt
>>> 
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>> 

Sincerely

AndyBe