简体   繁体   English

pymedia.audio.sound-如何启动并运行此模块?

[英]pymedia.audio.sound - How do I get up and running with this module?

Im trying to get my hands on this pymedia.audio.sound module and have attempted to get it several times from python.org, but I think I am doing something wrong like. 我正在尝试使用pymedia.audio.sound模块,并尝试从python.org多次获取它,但是我认为我做错了什么。

Any help greatly appreciated. 任何帮助,不胜感激。

Im running Windows XP, Python 2.5 and its running fine, but how do I download and where do I extract the new module to be able to use it? 我正在运行Windows XP,Python 2.5,并且运行良好,但是如何下载以及在哪里可以提取新模块以使用它呢?

Apologies for my apparent lack of intelligence. 很抱歉我明显缺乏智力。

Cheers 干杯


When I execute the file "setup.py" I get the following output: 当我执行文件“ setup.py”时,得到以下输出:

Using WINDOWS configuration... 使用WINDOWS配置...

Path for OGG not found. 找不到OGG的路径。

Path for VORBIS not found. 找不到VORBIS的路径。

Path for FAAD not found. 找不到FAAD的路径。

Path for MP3LAME not found. 找不到MP3LAME的路径。

Path for VORBISENC not found. 找不到VORBISENC的路径。

Path for ALSA not found. 找不到ALSA的路径。

Continue building pymedia ? 继续构建pymedia吗? [Y,n]: [Y,n]:

The homepage for pymedia . pymedia的主页。 Download from here . 这里下载。

Extract the compressed tar file. 解压缩压缩的tar文件。 Then run python setup.py install from the extracted directory. 然后从解压缩的目录运行python setup.py install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM