win32com and internet explorer
chandan
chandan_mathur at hotmail.com
Thu Jul 4 21:00:41 EDT 2002
More information about the Python-list mailing list
Thu Jul 4 21:00:41 EDT 2002
- Previous message (by thread): win32com and internet explorer
- Next message (by thread): win32com and internet explorer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Emile van Sebille" <emile at fenx.com> wrote in message news:<6vZU8.409778$cQ3.28013 at sccrnsc01>... > chandan mathur > > I am new to python/programming.. I was trying to read and save a > page > > from the internet using win32com and internet explorer..., easy rite? > > Yep... but in python without win32com and ie: > > >>> import urllib > >>> fp, info = urllib.urlretrieve("http://www.google.com") > >>> content = open(fp).readlines() > >>> content Hi.. thanx for the reply..., i have used urllib before, but i need to retrieve a https ssl secured page..., so i thought of lettin internet explorer do all the dirty work of handling https.. since i had no luck with the httpshandler from urllib2 (some socket problem.. i can't figure out). Is there an alternate way of handling this problem? help appreciated Chandan
- Previous message (by thread): win32com and internet explorer
- Next message (by thread): win32com and internet explorer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list