[python-sybase] Pulling my hair out about a query...

Skip Montanaro skip at pobox.com
Tue, 22 Jun 2004 19:33:36 -0500


    Dave> Can you try doing something like the following:

    Dave> import Sybase

    Dave> Sybase.set_debug(open('debug.log', 'w'))
    Dave>     :
    Dave> conn = Sybase.Connection(..., debug=1)
    Dave>     :

Dave,

Thanks for the response.  Alas, there is no debug arg to the Connection
class constructor.  (I'm using 0.36.)  With just the set_debug() call
nothing turns up in debug.log.  Is the debug argument something that's only
available from CVS?

Skip