Turns out that SA 0.5 had been installed in virtualenv, but the system version was SA 0.4.3 (from Ubuntu). I uninstalled the system version, and reinstalled with SA 0.5.2. That fixed the problem.
Thanks! Edgar On Mar 17, 3:30 pm, Jonathan Vanasco <[email protected]> wrote: > add() is the name in SA.5 for save() in SA.4 > > "session.add() replaces session.save(), session.update(), > session.save_or_update(). - the session.add(someitem) and > session.add_all([list of items]) methods replace save(), update(), and > save_or_update(). Those methods will remain deprecated throughout > 0.5." > > so i would make sure that you're using the right version of SqlAlchemy > -- that could be the issue --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
