I am trying to install the latest version of Pymedia from sources. I have Python2.6 and no binaries available.
Let's start with:
python setup.py build
and received the following messages:
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
After placing the source code for OGG and VORBIS in the directory where I installed the pymedia source code, he was able to find these libraries. But when I entered the source code of libmp3lame-3.95 in this directory, he could not find it.
After reading the setup.py pymedia file, I also tried putting the dll for this library in libmp3lame / Release, but it still could not find it.
Can anyone help? Is there a binary distribution for Pymedia using Python 2.6 or higher?
python
cppb
source share