Installing libxml2 with Python on Panther

For the search engines, here's the proper incantation to get libxml2 to build the Python bindings for the default Python on Mac OS X Panther. I struggled with this because there's another copy of Python.h under /Developer and trying to build it against that doesn't work.

./configure --with-python=/System/Library/Frameworks/Python.framework/Versions/2.3/

Posted by Kimbro Staken

Thursday Oct 30, 2003 at 12:05 PM
Recommended Sites