RE: pythoncom and mshtml

2001-01-18 Thread Dave Seidel
> >>> doc = o.createDocumentFromUrl ('192.168.1.1', None) > > I hope this gives you some more clues. > Yours, > Noah > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dave > Seidel

RE: pythoncom and mshtml

2001-01-18 Thread Noah
ateDocumentFromUrl ('192.168.1.1', None) I hope this gives you some more clues. Yours, Noah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Seidel Sent: Thursday, January 18, 2001 3:42 AM To: [EMAIL PROTECTED] Subject: pythoncom and mshtm

pythoncom and mshtml

2001-01-18 Thread Dave Seidel
I'm trying to use mshtml (i.e., the Microsoft HTML parser used in IE) from a Python client, but as this is my first foray into using Python with COM (or on Win32 for that matter), I'm having some difficulty. I started by using makepy on mshtml.tlb to create a wrapper. Here's a transcript from wi