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


On Jul 19, 2005, at 11:47 PM, Bob Ippolito wrote:

> The path it's using is just a symlink to /Library/Python/2.3/site- 
> packages/, so while it displays /System/... it's really not putting  
> it there.  Python code anyway, scripts it will put in that tree  
> unless you pass options during the install.  See python setup.py -- 
> help install.
>
> -bob
>

-----
William Kyngesburye <[EMAIL PROTECTED]>
http://www.kyngchaos.com/

"History is an illusion caused by the passage of time, and time is an  
illusion caused by the passage of history."

- Hitchhiker's Guide to the Galaxy
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to