[SciPy-dev] [SciPy-user] (no subject)
Gennan Chen
gnchen@cortechs....
Mon May 21 20:30:15 CDT 2007
Thanks for all info. It worked...
Gen
On May 21, 2007, at 12:34 PM, David M. Cooke wrote:
> On Mon, May 21, 2007 at 12:13:53PM -0700, Gennan Chen wrote:
>> Hi!
>>
>> I need to build a distribution OS X package from source for numpy and
>> scipy . But setup.py in both of them seems lacking that option. Can
>> anyone tell me how to do that?
>
> In numpy, the setupegg.py script works the same as setup.py, except it
> import setuptools first so stuff like bdist_egg and bdist_mpkg should
> work (assuming you have the py2app stuff installed). You can do the
> same
> with scipy by importing setuptools first:
>
> $ python -c 'import setuptools; execfile("setup.py")' bdist_mpkg
>
> --
> |>|\/|<
> /---------------------------------------------------------------------
> -----\
> |David M. Cooke http://
> arbutus.physics.mcmaster.ca/dmc/
> |cookedm@physics.mcmaster.ca
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev@scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/scipy-dev/attachments/20070521/1903673d/attachment-0001.html
More information about the Scipy-dev
mailing list