Hi,

I've detected that when a class has __slots__ attribute, a mapper
cannot be build because the sqlalchemy tries to create a magic
attribute and fails:

File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/attributes.py", line
672, in init_attr
AttributeError: 'MyClass' object has no attribute
'_MyClass__sa_attr_state'

Can anybody help me?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to