[twill] spurious messages when running twill on windows

titus@caltech.edu titus at caltech.edu
Wed Feb 15 09:24:41 PST 2006


-> On 2/15/06, titus at caltech.edu <titus at caltech.edu> wrote:
-> >         config use_tidy 0
-> 
-> I'm using the python API so I did a:
-> 
-> tc.config('use_tidy', 0)
-> 
-> and that stopped the message.

Ah-hah!  OK, the problem is in my unthinking use of '>&' in the command
that runs 'tidy'.

What's the proper way, under Windows, to trap all errors?  Will this
work?

	command > out 2> err

--titus



More information about the twill mailing list