Re: [Numpy-discussion] distutils and Framework

2010-06-17 Thread Robert Kern
2010/6/17 Charles سمير Doutriaux : > 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:

[Numpy-discussion] distutils and Framework

2010-06-17 Thread Charles سمير Doutriaux
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 force