[Tutor] how to use lxml and win32com?

Alan Gauld alan.gauld at btinternet.com
Mon Oct 26 02:05:06 CET 2009


"elca" <highcar at gmail.com> wrote 

> i want to use IE.navigate function with beautifulsoup or lxml..
> if anyone know about this  or sample.

the parsers both effectively replace the browser so you 
can't really use any functions of IE to modify soup or lxml.

Why do you want to use navigate()? What are you trying to do?
There is likely to be another way to do it from Python.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list