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
I had the same problem on Windows 7 with Python 2.7, but the posted solution didn't work. It turned out there was something fishy going on with my path variables, I still don't know why. Here's how I fixed it:
pygst.pth
in the Python27 site-packages
PYTHONPATH
, which was C:\Program
Files (x86)\OSSBuild\GStreamer\v0.10.7\lib\site-packages\
on my computer, into the file pygst.pth
It was then able to import using the standard method after reopening the interpreter.