On Aug 9, 2007, at 11:43 AM, Alexandre CONRAD wrote:

> So I prepared a test case in a single file, but it works in both  
> cases.
> My problem is in my Pylons app, and I suspect that the dispersed  
> modules
> doing imports are making some trouble (session instantiated in a  
> module,
> then imported in another one). I'm not sure though, my code doesn't  
> look
> that hacky... :/
>

sounds like more than one session context at play.  Use a debugger,  
or put some "print" statements to track down the identity of the  
various Session objects in use.


--~--~---------~--~----~------------~-------~--~----~
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