On Fri, 24 Apr 2009 16:04:00 +0200, Ole Streicher wrote:

> I get the message:
> 
> ValueError: sequence too large; must be smaller than 32
> 
> which I do not understand. This message is generated by the constructor
> of ndarray, but the ndarray constructor (ndarray.__init__()) has only
> "0" as argument, and calling "ndarray(0)" directly works perfect.


Perhaps you should post the full trace back instead of just the final 
line.


-- 
Steven
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to