Yes, apparently 0.4 sqlachemy moved that symbol, among others (e.g.
relation), to the sqlalchemy.orm module.Got around this by modifying
sqlalchemy/__init__.py to have:
from sqlalchemy.orm import *
Has been working fine for now.
Maybe someone should talk about that with the SQAlchemy folks...
--Renier
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---