Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

python twill question


ghost's Avatar
0 0

Anybody here familiar with the twill module? I've been using it to login and use google through python scripts. It works pretty good, but it prints too much, provides too much feedback. Does anybody know how I could change this?


ghost's Avatar
0 0

I haven't gone that deep into python as of now, but it souds like it just might be giving you a verbose mode of output, look and see if theres a tag to fix that, I'm not sure. I just started little under a week ago


ghost's Avatar
0 0

I was hoping for that at first, a good clean option to turn down the verbosity. But now, I'll settle for any old hack that will make the object returned by twill.get_browser() stfu. I was thinking perhaps some voodoo with pipes and /dev/null, but that would affect the whole program. :(