RoGeorge / DS1054Z_screen_capture

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 are required.
https://hackaday.io/project/5807-driverless-rigol-ds1054z-screen-capture-over-lan
GNU General Public License v2.0
209 stars 53 forks source link

added fix for deprecated pip_installed_distributions #12

Open anielsen001 opened 5 years ago

anielsen001 commented 5 years ago

I created a fix for issue #11, replacing the deprecated pip_installed_distributions with the pkg_resources module.

TroyDowling commented 5 years ago

Thanks, anielsen! I tested this change and found it works for me. And I learned something new about pkg_resources. Hopefully, RoGeorge comes back from the dead and accepted this PR!

smartynov commented 5 years ago

@RoGeorge could you please merge this? I believe it would help many people

SukkoPera commented 5 years ago

Works for me too, please merge, it's quick and painless! :)