Since this is not specific to Elixir and I don't know what could be
the problem, I'm forwarding this to the SQLAlchemy list. You can watch
that list for the answer (which will hopefully be given) or wait until
I forward that answer to the Elixir list.

---------- Forwarded message ----------
From: Ryszard Szopa <[EMAIL PROTECTED]>
Date: Dec 13, 2007 5:25 PM
Subject: [elixir] warnings on exit
To: SQLElixir <[EMAIL PROTECTED]>


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.

Thanks in advance,

    -- Richard




-- 
Gaƫtan de Menten
http://openhex.org

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