Comment #3 on issue 692 by pekka.klarck: Screenshot library should be supported also on Python
http://code.google.com/p/robotframework/issues/detail?id=692
Implementation getting ready. Following extract from the updated library documentation explains how this works:
On Python you need to have one of the following modules installed to be able to use this library: - wxPython :: http://wxpython.org :: Required also by RIDE so many Robot Framework users already have this module installed. - PyGTK :: http://pygtk.org :: This module is available by default on most Linux distributions. - Python Imaging Library (PIL) :: http://www.pythonware.com/products/pil :: This module can take screenshots only on Windows.
