On Feb 18, 10:03 pm, lorax <[EMAIL PROTECTED]> wrote: > I now get the same behaviour on Ubuntu, Windows XP, and Fedora Core > 8 :-(... > > Can anyone who has this working properly tell me how they installed > turbogears?
I've been seeing something vaguely related with SA 0.4.4. and TG 1.0.4.4, and found this message very helpful: http://groups.google.com/group/sqlalchemy/msg/6272d909901125ce (I was porting code that was working OK with SQLAlchemy and a non- TurboGears session, and found it was failing when I tried to use the turbogears.database.session. I was experiencing saved data not being written to the database, so I tried an explicit commit() and was presented with a "no current transaction" error. I think there's some interplay between TurboGears' session/transaction management and my own. The message cited helped me to figure a way that seems to work ... for now.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

