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 script tag into the page that calls the appropriate function this is actually what i want to do function. :) if possible would help me how to make it work. I've

[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

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/presscenter/category.nhn this site is news site. and everyday news content

[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

[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

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. follow is sample what i want to make script. i want to add function into my

[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

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

2009-10-24 Thread elca
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 high...@gmail.com wrote: hello... if anyone know..please help me ! i really want to know...i was searched in google lot of time

[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