On Jul 20, 2005, at 8:04 AM, William K wrote: > I figured it out, partly. While the site-packages is linked to / > Library/Python, headers are still put into the /System/Library > Python framework. So I used --install-headers=/Library/Python/2.3/ > site-include. Is there a standard name for a site headers folder > in /Library/Python? > > The problem is, there is no option in bdist to specify an install- > headers location, at least not in the package I'm looking at > (Numeric).
If you put the headers anywhere else, they're useless because nothing will find them. Take the purist hat off, or install a non-System distro of Python (e.g. Python 2.4.1). -bob _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
