From: Skip M. <sk...@po...> - 2004-06-23 17:32:44
|
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 |