[email protected] <[email protected]> wrote: > Any ideas on how to suppress the warning output: > __main__:1: Warning: No data - zero rows fetched, selected, or > processed
You can use the warnings module to suppress these I would have thought. -- Nick Craig-Wood <[email protected]> -- http://www.craig-wood.com/nick -- http://mail.python.org/mailman/listinfo/python-list
