On 17 déc, 14:05, "Peter Stahlir" <[EMAIL PROTECTED]>
wrote:
> For example:
> from numpy import array
> a = array([1])
> b = array([2])
> c = [a,b]
> d = c.index(a)

No problem here, Python 2.4.4
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to