On Dec 13, 2007 5:25 PM, Ryszard Szopa <[EMAIL PROTECTED]> wrote: > > Hello all, > > When my python script using Elixir exits, it outputs a lot of > warnings. Like: > > ... > Exception exceptions.TypeError: "'NoneType' object is not callable" in > <bound method InstanceState.__cleanup of > <sqlalchemy.orm.attributes.InstanceState object at 0x870a22c>> ignored > Exception exceptions.TypeError: "'NoneType' object is not callable" in > <bound method InstanceState.__cleanup of > <sqlalchemy.orm.attributes.InstanceState object at 0x86fee6c>> ignored > Exception exceptions.TypeError: "'NoneType' object is not callable" in > <bound method InstanceState.__cleanup of > <sqlalchemy.orm.attributes.InstanceState object at 0x86fedac>> ignored > ... > > Do you have any idea what can be the reason of this behavior? I cannot > really identify any part of my code that should be responsible for it.
On second thought, it *might* be specific to Elixir after all, so could you give me more details, like the version Elixir your are using, the version of SQLAlchemy and possible give a (as short as possible) test script which reproduce the problem? -- Gaƫtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
