[python-win32] change PAMIE to win32 interface problem

2009-10-22 Thread elca
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

[python-win32] how to use win32com with beautifulsoup or lxml?

2009-10-24 Thread elca
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

Re: [python-win32] how to use win32com with beautifulsoup or lxml?

2009-10-24 Thread elca
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

Re: [python-win32] how to use win32com with beautifulsoup or lxml?

2009-10-25 Thread elca
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

[python-win32] closing not response win32 IE com interface

2009-11-09 Thread elca
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

[python-win32] IE interface PAMIE javascript click or win32 ie click

2009-11-11 Thread elca
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

Re: [python-win32] IE interface PAMIE javascript click or win32 ie click

2009-11-11 Thread elca
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

[python-win32] how to control internet explorer new openning windows

2009-11-11 Thread elca
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

Re: [python-win32] IE interface PAMIE javascript click or win32 ie click

2009-11-13 Thread elca
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