[python-win32] Windows LogParser COM interface

2005-06-06 Thread Tim Roberts
On Mon, 6 Jun 2005 08:52:46 -0400, "Ronnie Jones" <[EMAIL PROTECTED]> wrote: >I am trying to access LogParser 2.2 through the COM interface provided >and I am having a bit of a problem. Here is what is going on: First up >is the VBScript version of the code then comes the Python version. > > ..

Re: [python-win32] Windows LogParser COM interface

2005-06-06 Thread Ronnie Jones
The issue is resolved.  Apparently it is an issue with the COM object from LogParser not writing to the same file handle for standard out that PythonWin is using so the two never meet.  If I write the script and a .py and run from the command line it works just like the _vbscript_.  No actu

Re: [python-win32] Windows LogParser COM interface

2005-06-06 Thread Mark Hammond
der Python. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ronnie Jones Sent: Monday, 6 June 2005 10:53 PM To: [email protected] Subject: [python-win32] Windows LogParser COM interface I am trying to access LogParser 2.2 through the COM interface pr

[python-win32] Windows LogParser COM interface

2005-06-06 Thread Ronnie Jones
I am trying to access LogParser 2.2 through the COM interface provided and I am having a bit of a problem.  Here is what is going on:  First up is the _vbscript_ version of the code then comes the Python version.   Set objLogParser = CreateObject("MSUtil.LogQuery") Set objInputFormat = _