Hi,

I found what block my print in my thread.
It s not sql alchemy library, it s MySQLdb...

They import directly in the function, import block print in threads
I modified the library (imports move out of the method) and it works very well now. I can now run asynchronous queries so my gui don t freeze.

        from constants import CLIENT, FIELD_TYPE
        from converters import conversions
        from weakref import proxy, WeakValueDictionary

        import types

        kwargs2 = kwargs.copy()

        if kwargs.has_key('conv'):
            conv = kwargs['conv']
        else:

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to