[Image-SIG] Screen capture...

Fredrik Lundh fredrik@pythonware.com
Thu, 26 Apr 2001 19:13:33 +0200


kevin wrote:
> There's got to be a way to do this through the Win32API module... my needs
> are Win-only, so that should work, but unfortunately not if you need
> cross-platform.

I just posted a simple "grabscreen" extension module to

    http://effbot.org/pil

the PYD file requires Python 2.0 (PY20 or compatible), and
has only been tested on a Win2k box.

Cheers /F