Displaying 1 result from an estimated 1 matches for "pyvi".
Did you mean:
pvi
2017 Jun 15
2
epel python3 gi
...ergui]$ 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.
&g...