fossasia / pslab-python

Python Library for PSLab Desktop: https://pslab.io
GNU General Public License v3.0
1.62k stars 227 forks source link

ImportError on Windows #178

Closed bessman closed 3 years ago

bessman commented 3 years ago

Version 2.3.1 is broken on Windows because grp is unconditionally imported in serial_handler.py. grp is a standard library, but only exists on Unix.

bessman commented 3 years ago

Fixed by 8257e8d.