Examples using urllib, htmllib
Jeffrey Kunce
kuncej at mail.conservation.state.mo.us
Mon Sep 13 15:04:28 EDT 1999
>Can someone point me to some example Python
>scripts that I can download that show accessing
>the web using the urllib, and htmllib. I'm
a simple example: urlpost.py at http://starship.python.net/~jjkunce/
>One problem I may have is that the ... operations
>at the web site i...appear to be Java applets
uh oh. That may be a problem. I've been using python's
COM capabilities to access https sites, and to automate
browsing through some pretty tricky javascript pages.
I don't know if it would help with java applets, though.
See msiecom.py at the same site.
--Jeff
More information about the Python-list
mailing list