[SciPy-dev] Typo in r3439

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Oct 19 10:33:02 EDT 2007


Hi all,

This is to let you know that r3439 has a bug

from scipy.sandbox import lobpcg
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File 
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/sandbox/lobpcg/__init__.py", 
line 4, in ?
     import lobpcg
   File 
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/sandbox/lobpcg/lobpcg.py", 
line 18, in ?
     import scipy.sparse as sp
   File 
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/sparse/__init__.py", 
line 5, in ?
     from sparse import *
   File 
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/sparse/sparse.py", 
line 179
     for ind in xrange(start,stop)) + '\n'
       ^
SyntaxError: invalid syntax


Nils




More information about the SciPy-Dev mailing list