-> 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)

cheers,
--titus

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to