hi,
I am trying to install latest version of Pymedia from sources. I have Python2.6 and there is no binary available.
Started with:
python setup.py build
and got 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 putting the source code for OGG and VORBIS in a directory where I had put the pymedia source code, it was able to find those libs But when I put the source code libmp3lame-3.95 in that dir, it couldn't find it.
After reading setup.py file of pymedia , I also tried putting a dll for this library under libmp3lame/Release but it was still unable to locate it.
Can someone help? Is there a binary distribution available for Pymedia using Python 2.6 or higher?