On 13/09/2007, sacha rook <[EMAIL PROTECTED]> wrote:
> [CODE]
>
> from BeautifulSoup import BeautifulSoup
> doc = ['Page title',
>'This is paragraph
> one.',
>'This is paragraph two.',
>'http://www.google.co.uk";>',
>'http://www.bbc.co.uk";>',
>'http://www
sacha rook wrote:
> Hi
>
> when I run this code on a winxp box I get a nice list of url's
> when I run this code on a win VISTA box I get this
>
>
> print urlparse.urlparse(href)[1]
> TypeError: 'module' object is not callable
Please show the whole traceback.
Kent
>
> can a. someone
Hi
when I run this code on a winxp box I get a nice list of url's
when I run this code on a win VISTA box I get this
print urlparse.urlparse(href)[1]TypeError: 'module' object is not callable
can a. someone tell me why & b. how do i get rid of this condition before I
throw vista away