加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

使用Python 2.6在Windows上安装Pymedia

发布时间:2020-12-16 22:53:33 所属栏目:Python 来源:网络整理
导读:我试图从源代码安装最新版本的Pymedia.我有 Python2.6并且没有可用的二进制文件. 开始于: python setup.py build 并得到以下消息: Using WINDOWS configuration...Path for OGG not found.Path for VORBIS not found.Path for FAAD not found.Path for MP3
我试图从源代码安装最新版本的Pymedia.我有 Python2.6并且没有可用的二进制文件.

开始于:

python setup.py build

并得到以下消息:

Using WINDOWS configuration...
Path for  OGG not found.
Path for  VORBIS not found.
Path for  FAAD not found.
Path for  MP3LAME not found.
Path for  VORBISENC not found.
Path for  ALSA not found.
Continue building pymedia ? [Y,n]:Y

把OGG和VORBIS的源代码放在我放了pymedia源代码的目录后,就可以找到那些库但是当我把源代码libmp3lame-3.95放在那个目录中时,它找不到它.

在阅读了pymedia的setup.py文件之后,我也尝试在libmp3lame / Release下为这个库添加一个dll,但它仍然无法找到它.

有人可以帮忙吗?是否有使用Python 2.6或更高版本的Pymedia二进制发行版?

解决方法

有人已经做到了,如果你刚刚在Windows上使用pymedia for python2.6:

看看这里:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

还有python2.7的版本

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读