On 2017-01-04 05:58 PM, Deborah Swanson wrote: >> the user to go and authenticate, you can simply >> webbrowser.open("http://......./") and it'll DTRT. > > Thank you, thank you! Finally, at least one person on this list knows > about something (anything) in the python world that is internet aware.
Lots of things in Python are Internet aware. That's not the question you asked though. > It's also occurred to me that Beautifulsoup downloads data from a url, > so that code must have access to some kind of an internet engine too. Nope. You have to feed it HTML. You either need to generate that or capture it from somewhere. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:da...@vex.net VoIP: sip:da...@vex.net -- https://mail.python.org/mailman/listinfo/python-list