Overwriting property-> can't set attribute

Gregor Horvath gh at gregor-horvath.com
Fri Aug 22 04:46:14 EDT 2008


Gregor Horvath schrieb:
> 
> why is this code failing?

OK I answer myself :-)

Because there is not fset function definied in the property.
I have to del the attr before rebinding the attributename to another object.

--
Greg



More information about the Python-list mailing list