[Distutils] f2py and setuptools

Flavio Codeco Coelho fccoelho at gmail.com
Thu Jul 6 20:53:39 CEST 2006


David M. Cooke wrote:
> Flavio Codeco Coelho <fccoelho at gmail.com> writes:
>
>   
>
> numpy.distutils interoperates (mostly) ok with setuptools. Just do
> 'import setuptools' before 'import numpy.distutils'.
>
> Although, if you run into problems, please report them to the numpy
> list (numpy-discussion at lists.sourceforge.net) and we'll see what we
> can do.
>
>   
Actually I would have to do this:

from setuptoos import setup
from numpy.distutils.core import setup, Extension

Will this work? i.e. is the setup class from setuptools equivalent to 
the setup class from Numpy?

thanks,

Flávio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/distutils-sig/attachments/20060706/2f0cce38/attachment.html 


More information about the Distutils-SIG mailing list