Cannot Import GST in Python

后端 未结 4 1319
夕颜
夕颜 2020-12-10 09:58

I\'m in a quandary. I\'m following the following tutorial (specifically, 6.4.2)

http://majorsilence.com/pygtk_audio_and_video_playback_gstreamer

I\'m running

4条回答
  •  温柔的废话
    2020-12-10 10:40

    In my case the answer was to add the location of the gstreamer binaries to my PATH and my PYTHONPATH (not sure if the second is required)

    C:\Program Files (x86)\OSSBuild\GStreamer\v0.10.7\bin

    is the location on my machine.

提交回复
热议问题