On Thu, 07 Feb 2008, dmitrey apparently wrote:
> a = array((1.0, 2.0))
> e = array(15)
> e *= a # ... yields error:

You are trying to stuff in two values where
you have only allocated space for 1.

Cheers,
Alan Isaac



_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to