[SciPy-dev] [SciPy-user] (no subject)

Gennan Chen gnchen at cortechs.net
Mon May 21 21:30:15 EDT 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 at physics.mcmaster.ca
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20070521/1903673d/attachment.html>


More information about the SciPy-Dev mailing list