Comment 7 for bug 604514

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: Observe() not working on Windows

a temporary solution, if you want to wait for changes in a region:

theRegion = the-region-to-observe
img = capture(theRegion)
for i in range(10):
   if not theRegion.exists(img,0): break
   wait(1)