[python-win32] Python parser for Windows Event Logs

Tim Roberts timr at probo.com
Fri Jul 17 18:24:37 CEST 2009


Tony Cappellini wrote:
>
>>> Similar.  I saved one of the application event logs, and although
>>>       
>
> Tim, would you try parsing the "SystemEventLog" (from Windows XP)?
> This is the one I'm having problems with, not the application log.
>   

It shouldn't make one whit of difference.  The format of the .evt file
is the same, no matter which log it came from.  You are reading an .evt
file, and not the live log, right?

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list