install pymedia and python audio tools
- by aaron
I noticed a pattern of errors while trying to install PyMedia and Python Audio Tools. For both modules I run the following:
$ python setup.py install
Then I get a series of compilation errors, and then this:
lipo: can't figure out the architecture type of: /var/folders/Kx/Kxxj4868HGi6VMhZLPyZN++++TI/-Tmp-//cch1y9AO.out
error: command '/usr/bin/gcc-4.2' failed with exit status 1
I'm running Mac OS X 10.5, and this happens whether I'm using gcc-4.0 or gcc-4.2, Mac-Python 2.5 or 2.6, and MacPorts-Python 2.6. What's going on?