Okay, I have used BeautifulSoup a lot lately, but I am wondering, how do you
open a local html file?
Usually I do something like this for a url
soup = BeautifulSoup(u rllib.urlopen(' http://www.website.com ')
but the file extension doesn't work. So how do I open one?
--
View this message in context: http://www.nabble.com/simple-Questio...p19069980.html
Sent from the Python - python-list mailing list archive at Nabble.com.
Comment