I have tried: python setup.py install build_ext --compiler=bcpp It seems that the distutils call uses scipy.distutils, rather than the standard, and that the scipy version is based on an older version of distutils. Is there some way to work around this? Colin W.
On Wed, 20 Apr 2005, Colin J. Williams wrote:
I have tried:
python setup.py install build_ext --compiler=bcpp
It seems that the distutils call uses scipy.distutils, rather than the standard, and that the scipy version is based on an older version of distutils.
Is there some way to work around this?
So, what problems exactly to you experience with the above command? Using scipy.distutils should not be much different compared to std distutils when building std extension modules. Pearu
participants (2)
-
Colin J. Williams -
pearu@cens.ioc.ee