Re: [Tutor] is this a vista issue

2007-09-13 Thread Rikard Bosnjakovic
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

Re: [Tutor] is this a vista issue

2007-09-13 Thread Kent Johnson
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

[Tutor] is this a vista issue

2007-09-13 Thread sacha rook
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