"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > What's the best way to deal with this in python?
I can't tell what you're trying to do. If you want an array containing the numbers 0,1,...,n-1, just say buf = range(n) -- http://mail.python.org/mailman/listinfo/python-list