[python-win32] Python parser for Windows Event Logs
Tony Cappellini
cappy2112 at gmail.com
Sat Jul 18 01:21:31 CEST 2009
Ok- I've figured out the problem.
After Mark suggested doing the call to ReadEventLog() inside of the while loop,
I had accidentally left a call to ReadEventLog() outside of the loop.
So the data coming back from that was just thrown away.
The reason I didn't see that call is because all of the lines before and after
it were commented out- and I guess my eyes looked that line looked the same.
Problem solved!
(operator error)
More information about the python-win32
mailing list