In article <[EMAIL PROTECTED]>,
Jean-Paul Calderone <[EMAIL PROTECTED]> wrote:
>On Wed, 20 Aug 2008 07:33:32 -0700 (PDT), Alexnb <[EMAIL PROTECTED]> wrote:
>>
>>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 t
On Wed, 20 Aug 2008 07:33:32 -0700 (PDT), Alexnb <[EMAIL PROTECTED]> wrote:
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(urllib.urlopen('http://www.website.com')
urllib.u
Alexnb wrote:
>
> 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(urllib.urlopen('http://www.website.com')
>
> but the file extension doesn't work. So how do I open on
On 2008-08-20, Alexnb <[EMAIL PROTECTED]> wroted:
> 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(urllib.urlopen('http://www.website.com')
>
> but the file extension doe
this message in context:
http://www.nabble.com/simple-Question-about-using-BeautifulSoup-tp19069980p19069980.html
Sent from the Python - python-list mailing list archive at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list