all i want to do is very simple
我想做的很简单
installing gstreamer0.10 in windows for python 2.7
在windows中为python 2.7安装gstreamer0.10
please show me a right Detailed way
请给我一个详细的正确方法
1 个解决方案
#1
0
First, You must install Gstreamer SDK for Windows - download page, then install Python 2.7 - this link, after complette installation, You must configure system environment variable PYTHONPATH. Add Python libs, located in GStreamer directory such as C:\gstreamer-sdk\0.10\x86\lib\python2.7\site-packages. Write code. That's all.
首先,您必须为Windows下载页面安装Gstreamer SDK,然后安装Python 2.7 -这个链接,在安装完complette之后,您必须配置系统环境变量PYTHONPATH。在GStreamer目录中添加Python libs,比如C:\gstreamer-sdk\0.10\x86\ python2.7\site-package。编写代码。这是所有。
Regards
问候
#1
0
First, You must install Gstreamer SDK for Windows - download page, then install Python 2.7 - this link, after complette installation, You must configure system environment variable PYTHONPATH. Add Python libs, located in GStreamer directory such as C:\gstreamer-sdk\0.10\x86\lib\python2.7\site-packages. Write code. That's all.
首先,您必须为Windows下载页面安装Gstreamer SDK,然后安装Python 2.7 -这个链接,在安装完complette之后,您必须配置系统环境变量PYTHONPATH。在GStreamer目录中添加Python libs,比如C:\gstreamer-sdk\0.10\x86\ python2.7\site-package。编写代码。这是所有。
Regards
问候