Superclass initialization

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Fri Apr 24 10:31:19 EDT 2009


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



More information about the Python-list mailing list