[SciPy-user] from scipy.cplt import *

Pearu Peterson pearu at scipy.org
Thu Oct 7 03:59:10 EDT 2004



On Thu, 7 Oct 2004, Nils Wagner wrote:

>> Did you remove also
>> 
>>   /usr/include/python2.3/Numeric/
>> 
>> before Numeric re-install?
>
>
> No.

That's probably the most important step when upgrading Numeric as 
distutils does not install new header files when old ones are in the way.

> BTW, is it possible to include something like an automized
> "make clean" in  scipy  ?

Well, distutils provides one. Try

   python setup.py clean -a

See also

   python setup.py clean --help

This doesn't remove installed scipy from the system, of course.

Pearu




More information about the SciPy-User mailing list