help with opening html files

Fredrik Lundh fredrik at pythonware.com
Mon Nov 29 06:30:51 EST 1999


volumeregeling <volumeregeling at hotmail.com> wrote:
> Can anyone tell me how to open a html file from within python in
> windows.

html files are text files, and can be handled
in the usual way.  see chapter 7 in the tutorial
for more info:

http://www.python.org/doc/current/tut/tut.html

</F>





More information about the Python-list mailing list