Close

Update to use the 'pillow' Python library instead of 'PIL'

A project log for Driverless Rigol DS1054Z screen capture over LAN

Capture the display of a Rigol DS1000Z series oscilloscope by LAN only, using LXI SCPI commands. No USB, no VISA, no IVI and no Rigol drivers required

rogeorgeRoGeorge 08/13/2016 at 12:400 Comments

PIL is a deprecate Python library. In order to keep the 'OscScreenGrabLAN.py' script compatible with current and future versions of Python 2, for both Windows and Linux, from now on the script is using 'pillow' library instead of 'PIL'.

If you already have 'PIL' installed, it MUST be uninstalled before installing 'pillow'.

The updated version of the 'OscScreenGrabLAN.py' and installation steps for Python and 'pillow' can be found at https://github.com/RoGeorge/DS1054Z_screen_capture

Discussions