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

2009-10-25 Thread Roberto Aguilar
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 script source which can extract such

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 Chris Curvey
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 high...@gmail.com wrote: hello... if anyone know..please help me ! i really want to know...i was searched in

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

2009-10-24 Thread elca
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 script source which can extract such like text. thanks in advance ! :) import