David M. Cooke wrote:
Flavio Codeco Coelho <[EMAIL PROTECTED]> 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 ([email protected]) 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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to