can wxpython do this?

Justin Shaw wyojustin at hotmail.com
Tue Sep 17 22:36:15 EDT 2002


> You might start with
>   from urllib import urlopen
>
>   URL = "http://www.python.org"
>   page = urlopen(URL).read()

Then use wxHtmlWindow to display it.
Justin





More information about the Python-list mailing list