From: <ve...@em...> - 2003-01-19 14:38:27
|
Hi, The following gives an error: >>> print numarray.Int8 == numarray.Any Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.2/site-packages/numarray/numerictypes.py", line 102, in __cmp__ return genericTypeRank.index(self.name) - genericTypeRank.index(other.name) ValueError: list.index(x): x not in list A bug? Cheers, Peter -- Dr. Peter J. Verveer Cell Biology and Cell Biophysics Programme EMBL Meyerhofstrasse 1 D-69117 Heidelberg Germany Tel. : +49 6221 387245 Fax : +49 6221 387242 Email: ve...@em... |