drife wrote:
> [...]
>     for row in range(len(Y)):
>         for col in range(0,row):

In this case you should use 'xrange' instead 'range'.

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

Reply via email to