The error you're seeing is because you've rebound 'list' to something else. Try putting "list = type([])" somewhere above your code.
-- http://mail.python.org/mailman/listinfo/python-list
The error you're seeing is because you've rebound 'list' to something else. Try putting "list = type([])" somewhere above your code.
-- http://mail.python.org/mailman/listinfo/python-list