[python-win32] timeout in DDE function call

2009-07-13 Thread Patrick Janssen
Hi all, We are having some trouble with a DDE timeout. When we call a function through DDE like this (see below), then we get an Exec failed error. The function being called takes a few minutes to execute, and my guess is that this is a timeout error - it seems to occur after one minute. Does

Re: [python-win32] Python parser for Windows Event Logs

2009-07-13 Thread Tony Cappellini
That didn't really change anything. GetNumberOfEventLogRecords() tells me there are 6 events, However the object returned from ReadEvenLog() still only contains 3 objects flags = win32evtlog.EVENTLOG_BACKWARDS_READ|win32evtlog.EVENTLOG_SEQUENTIAL_READ events = win32evtlog.ReadEventLog(hand,