I am trying to make a copy of a certain Python object using the copy.copy() function. When I try to perform this operation I get an error like the following:
copy.Error: un(shallow)copyable object of type ... What factors determine whether an object can be copied? -- http://mail.python.org/mailman/listinfo/python-list