|
When I built it, I made sure that I'd built and installed libxml2 first, and then ran configure with
/configure --with-python=/System/Library/Frameworks/Python.framework/Versions/2.3/
as with libxml2, and I had no problems (I'm running 10.3.2 with dev tools).
It might be worth mentioning that you don't need to do any setup.py stuff in the build/python directory: that is handled during the install. It took me a while to figure that out - I'd assumed an extra step was needed.
|