Re: PAMIE and beautifulsoup problem

2009-10-24 Thread elca
hello! im very sorry to late reply. follow script i was executed. from BeautifulSoup import BeautifulSoup from PAM30 import PAMIE url = 'http://www.cnn.com' ie = PAMIE(url) bs = BeautifulSoup(ie.pageText()) and i was got such like follow error in wingide. i can guess because of current version

Re: PAMIE and beautifulsoup problem

2009-10-23 Thread Gabriel Genellina
En Fri, 23 Oct 2009 03:03:56 -0300, elca escribió: follow script is which i was found in google. but it not work for me. im using PAMIE3 version.even if i changed to pamie 2b version ,i couldn't make it working. You'll have to provide more details. *What* happened? You got an exception? Ple