Problems with Gst in python program
问题 I'm in trouble making a simple server/client socket python program. Basically, my server (RPi3) has to stream a video (with Gstreamer) to the client (Fedora 24). The problem is that in my Fedora, I can use Gstreamer importing the libs like this: import gi gi.require_version('Gst', '1.0') gi.require_version('Gtk', '3.0') from gi.repository import Gst, GObject, Gtk But in my Raspbian I can't, because: Traceback (most recent call last): File "peerMain.py", line 12, in <module> gi.require_version