I found the Problem and solved it:
I had defined an empty method __dict__(self) this was called instead of default __dict__ function from DeklarativeBase Class.
It is possible to override that methods but it will break into that Error of the Question with empty functions.
Thank you @jabajke for your good hint. And all other for your interest in my topic!