[SciPy-dev] misprint & system_info.py problem

Pearu Peterson pearu at scipy.org
Tue Mar 2 06:15:38 EST 2004



On Tue, 2 Mar 2004, Arnd Baecker wrote:

> I just checked out the CVS version (scipy.__version__, '0.2.1_253.3734' )
> and found two small issues
> 
> a) >>> help("scipy.xplt")
>  File
> "/opt/python/lib/python2.3/site-packages/scipy/optimize/optimize.py", line
> 268
>     if (c<=0) or (i%3)==2):
>                          ^
> SyntaxError: invalid syntax

Travis has fixed it in CVS.

> Removing the additional bracket fixes the problem.
> 
> b)  python scipy_core/scipy_distutils/system_info.py
>    gives the following error (shortened, full output at the end):

> ImportError: No module named scipy_distutils.core

Fixed in CVS.

Thanks,
Pearu




More information about the SciPy-Dev mailing list