install pymedia and python audio tools
Posted
by aaron
on Super User
See other posts from Super User
or by aaron
Published on 2010-02-12T06:46:46Z
Indexed on
2010/04/10
19:03 UTC
Read the original article
Hit count: 480
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?
© Super User or respective owner