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 Python 2.7, PyGTK 2.24, and GStreamer WinBuilds 10.7 (the main installer and the SDK).
When I try and compile the program, I get the following error:
Traceback (most recent call last): File "", line 1, in import gst File "C:\Program Files\OSSBuild\GStreamer\v0.10.6\lib\site-packages\gst-0.10\gst__init__.py", line 193, in from _gst import * ImportError: DLL load failed: The specified module could not be found.
How do I get the gst module to import? (Mind you, I checked, and pygst DOES import.)
Thank you in advance!