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)
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to