Hi all,
I implemented a python com object and generated an exe for it . How
can I use this exe to create an object for my server from .NET.
I would appreciate your help. Thanks in advance.
Regards
--
Sarah Abdelrazak
___
python-win32 mailing list
Does anyone know if there is a Python module which will parse Windows
Event Logs?
Using the EventViewer is tedious, and I'd rather be abel to do this
programmatically.
Thanks
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/m
Check wmi module:
http://timgolden.me.uk/python/wmi.html
It has some functions to access windows logs..
Regards
2009/7/9 Tony Cappellini
> Does anyone know if there is a Python module which will parse Windows
> Event Logs?
> Using the EventViewer is tedious, and I'd rather be abel to do this
-- Forwarded message --
From: Kevin Horn
Date: Thu, Jul 9, 2009 at 11:26 AM
Subject: Re: [python-win32] Python parser for Windows Event Logs
To: Jaime Blasco
Or just use pywin32...
http://timgolden.me.uk/pywin32-docs/Windows_NT_Eventlog.html
On Thu, Jul 9, 2009 at 11:09 AM, Ja
-- Forwarded message --
From: Kevin Horn
Date: Thu, Jul 9, 2009 at 11:26 AM
Subject: Re: [python-win32] Python parser for Windows Event Logs
To: Jaime Blasco
Or just use pywin32...
http://timgolden.me.uk/pywin32-docs/Windows_NT_Eventlog.html
On Thu, Jul 9, 2009 at 11:09 AM, Ja
Thanks, but those just monitor events.
I need to pull some very specific data from an event log file, after I
know the event has already occurred.
Tim has another module called winsys, and there is an object which
handles some aspects of reading event logs.
http://timgolden.me.uk/python/winsys/ev
Tony Cappellini wrote:
Thanks, but those just monitor events.
I need to pull some very specific data from an event log file, after I
know the event has already occurred.
Tim has another module called winsys, and there is an object which
handles some aspects of reading event logs.
http://timgold