I have made some sql.expression  and add them in dict like

{'where':[ <sqlalchemy.sql.expression._BinaryExpression object at
0x97680ec>]} something like this

In the process it goes in some other dict

When now i try to do deepcopy i get error

File "/var/lib/python-support/python2.5/sqlalchemy/util.py", line 574,
in __setitem__
 self._list.append(key)
AttributeError: 'OrderedDict' object has no attribute '_list'



--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to