hello,
currently im making some web scrap script.
and i was choice PAMIE to use my script.
actually im new to python and programming.
so i have no idea ,if i use PAMIE,it really helpful to make script to relate
with win32-python.
ok my problem is ,
while im making script,i was encounter two probel
hello...
if anyone know..please help me !
i really want to know...i was searched in google lot of time.
but can't found clear soultion. and also because of my lack of python
knowledge.
i want to use IE.navigate function with beautifulsoup or lxml..
if anyone know about this or sample.
please help
ccurvey wrote:
>
> you can definitely use IE to and innerHTML() to get the HTML, then use
> BeautifulSoup to parse the HTML. What are you having trouble with?
>
>
>
> On Sat, Oct 24, 2009 at 8:34 PM, elca wrote:
>
>>
>> hello...
>> if anyone know
Roberto Aguilar wrote:
>
> On Oct 24, 2009, at 6:17 PM, elca wrote:
>> hello!
>> thanks for your reply
>> for example i want to extract some text in cnn website.
>> such like 'Sponsored links' 'Money' text in cnn website.
>> follo
hello All,
these day im making some script that use win32 IE com interface.
one of problem is , my internet line is very slow, so sometimes my
IE.navigate("http://www.example.com";)
not response timely.
it looks hang and open status, not complete status.
so my IE.navigate function is not correctly
Hello,
these day im making some script.
i have encounter some problem with my script work.
problem is i want to click emulate javascript on following site.
http://news.naver.com/main/presscenter/category.nhn
this site is news site. and everyday news content also changed, but
javascript is not
Tim Roberts wrote:
>
> elca wrote:
>> these day im making some script.
>>
>> i have encounter some problem with my script work.
>>
>> problem is i want to click emulate javascript on following site.
>>
>> http://news.naver.com/main/presscente
Hello all,
anyone can give me hint or something help ?
my problem is ,while im making python script with internet explorer ,
i was encounter some new internet explorer windows.
for example... if you click some link in following site.
http://news.naver.com/main/presscenter/category.nhn
maybe you
Tim Roberts wrote:
>
> elca wrote:
>> Hello,
>> ""clickcr" functions, you would have to use the IE object model to inject
>> a
>> new tag into the page that calls the appropriate function"
>>
>> this is actually what i want to do