[Numpy-discussion] distutils and Framework

Charles سمير Doutriaux doutriaux1 at llnl.gov
Thu Jun 17 13:57:22 EDT 2010


Hi,

I noticed that when using a Framework based python under Mac.

numpy nicely gets installed into the Python.Framework directory by default.

But then if I use:

from numpy.distutils.core import setup, Extension

It installed under the regular:
${prefix}/lib/python-2.6/site-packages

which forces the use of PYTHONPATH

Any idea on what's needed to have the modules installed under the Framework directory ?

Thanks,

C.




More information about the NumPy-Discussion mailing list