On Thu, Jan 5, 2017 at 3:19 PM, Deborah Swanson <python at deborahswanson.net> wrote: > I downloaded the code from the Package Index, but there really wasn't > much in it. This is the entire .py file: Ehh, wrong file. Try the one in the standard library: https://github.com/python/cpython/blob/master/Lib/antigravity.py https://github.com/python/cpython/blob/master/Lib/webbrowser.py Or you can look in your installed Python - "import webbrowser; print(webbrowser.__file__)" will tell you where. ChrisA