Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-29 Thread Waldemar Osuch
On Thu, May 29, 2008 at 7:26 AM, Rickey, Kyle W <[EMAIL PROTECTED]> wrote: > Thanks, I got your example working but unfortunately the results didn't > work good. Here's links to 2 pictures for comparison, sensitive > information removed. > > http://www.dsrt.org-a.googlepages.com/bad_report.png > ht

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-29 Thread Rickey, Kyle W
missing something simple? -Kyle Rickey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Waldemar Osuch Sent: Wednesday, May 28, 2008 3:26 PM To: python-win32@python.org Subject: Re: [python-win32] Dispatch InternetExplorer.Application fails > > 2) use

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-28 Thread Waldemar Osuch
> > 2) use some python libraries (libxml2, libxslt) to transform the xml to > html. That part works but now how to I make a pdf from the html file? > I would use lxml for the transformation and wx for printing. The example below will prompt you with the dialog but it should be possible to silence i

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-28 Thread Rickey, Kyle W
Thanks, I'll check out those links. -Kyle Rickey From: Gerdus van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2008 4:11 AM To: Rickey, Kyle W Cc: python-win32@python.org Subject: Re: [python-win32] Dispatch InternetExplorer.Application

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-28 Thread Gerdus van Zyl
be possible, but very > time consuming. > > I'm open to suggestions on a better way to go about this. Also, assuming > I changed the registry to point to iexplore2 (original IE) would COM'ing > into work? > > Kyle Rickey > -----Original Message---

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-27 Thread Rickey, Kyle W
IE) would COM'ing into work? Kyle Rickey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Golden Sent: Tuesday, May 27, 2008 2:46 PM Cc: python-win32@python.org Subject: Re: [python-win32] Dispatch InternetExplorer.Application fails Rickey, Kyle W wrote:

Re: [python-win32] Dispatch InternetExplorer.Application fails

2008-05-27 Thread Tim Golden
Rickey, Kyle W wrote: Whenever I try the following: import win32com.client ie = win32com.client.Dispatch("InternetExplorer.Application") I get this traceback: Traceback (most recent call last): File "", line 1, in File "C:\Python25\Lib\site-packages\win32com\client\__init__.py", line 95

[python-win32] Dispatch InternetExplorer.Application fails

2008-05-27 Thread Rickey, Kyle W
Whenever I try the following: >> import win32com.client >> ie = win32com.client.Dispatch("InternetExplorer.Application") I get this traceback: Traceback (most recent call last): File "", line 1, in File "C:\Python25\Lib\site-packages\win32com\client\__init__.py", line 95, in Dispatch di