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
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