Issues importing gtstreamer in python
问题 I've run the windows installer, but I'm unsure how to begin using gtstreamer. The tutorials I've read simply instruct me to install the package and then import the module pygst , but when I try that I get an ImportError: No module named pygst . I've searched my C drive. and it seems to have installed to /program files/OSSBuild/GStreamer , but I'm unsure how to access it. To date, every module I've installed automatically adds itself to lib/site packages or has the setup.py file. This one does