[Pythonmac-SIG] PyXML install problems

Bob Ippolito bob at redivi.com
Tue Apr 4 21:39:23 CEST 2006


On Apr 4, 2006, at 11:49 AM, Todd O'Bryan wrote:

> I just posted this to XML-SIG, but someone suggested the Mac list
> would be more helpful. (Aren't the Mac lists always more helpful?)
>
> Anyway...
>
> I have Mac OS X, 10.4.6 (updated this morning) with the new Python
> 2.4.3 Universal Binary just released at python.org.
>
> I'm trying to install PyXML, but having problems. It appears that,
> for some reason, gcc is not looking in /usr/include for header files.
> I've tried looking through setup.py to see what was going on, but I'm
> a Python newbie and just got lost in the code.
>
> For reference, /usr/include/limits.h does exist, and which gcc
> produces /usr/bin/gcc which is a link to /usr/bin/gcc-4.0 which seems
> to be the binary.
>
> Any ideas? Output of python setup.py build is given below.

When using the universal build, you need to have the universal SDK  
installed.  It looks like you don't.

-bob



More information about the Pythonmac-SIG mailing list