Julien Cigar wrote: > Traceback (most recent call last): > init.__name__ = oldinit.__name__ > TypeError: readonly attribute
Which version of Python are you running? In 2.4, __name__ doesn't appear to be read-only. _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

