problem with python win32 and win32evtlog

Konrad Mauz kmauz at kmauz.de
Tue May 20 02:21:26 EDT 2003


On Tue, 20 May 2003 02:48:56 +0200, Mark Hammond wrote:
> 
> Add the ReadEventLog call in a loop, like:
>    while 1:
>      events = win32evtlog.ReadEventLog(system_handle, flags,0) if not
>      events:
>         break
>      print events
> 
> Mark.

Hello Mark,

thanks a lot for this fast reply. It works.


Regards,
	Konrad

PS: thanks for your work on python win32!




More information about the Python-list mailing list