
Feb. 28, 2000
6:17 p.m.
I installed the Numpy 15.2 and got the following error during the import of Matrix. Apparently, the version number is no longer embedded in the module doc string following the # sign.
import Matrix Traceback (innermost last): File "<stdin>", line 1, in ? File "/usr/local/lib/python1.5/site-packages/Numeric/Matrix.py", line 5, in ? __version__ = int(__id__[string.index(__id__, '#')+1:-1]) File "/usr/local/lib/python1.5/string.py", line 138, in index return _apply(s.index, args) ValueError: substring not found in string.index
Jeff