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).

Don't worry overmuch about it. If you installed the headers elsewhere, 
it would be difficult to tell packages which need those headers where to 
find them.

If it does worry you so much, then install Python 2.4.1, which places 
its files in /Library/Frameworks/Python.framework and be done with it.

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter
_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to