On Wed, Mar 01, 2006 at 08:08:55AM -0800, Titus Brown wrote: -> -> hello, -> -> how do i output the results of >>showforms into a text file? -> -> thank you -> -> Hi, Norman, -> -> you can't do this from the prompt directly, although I should probably -> enable this for the next release... -> -> If you're using the Python interface, then you can use -> -> twill.set_output(fp) -> twill.commands.showforms() -> twill.set_output(None)
I've added two commands in the latest source: redirect_output <filename> reset_output cheers, --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
