Closed et2010 closed 6 years ago
I think that this is a bug, because Group inherits from list class, so super(Group, self).copy()
will fail, because there is no `copy() method for the list class.
Yes, it is a bug, but only for Python 2.x as in Python 3 list has a copy method. Anyway, it is fixed in develop branch using deepcopy
function.
Hi, Ondrej
I can't run following example from the tutorial:
traceback:
System