issues
search
fossasia
/
pslab-python
Python Library for PSLab Desktop: https://pslab.io
GNU General Public License v3.0
1.63k
stars
226
forks
source link
Fix broken initialization on Python 3
#85
Closed
cynddl
closed
5 years ago
cynddl
commented
5 years ago
Two lines need to be fixed to run pslab on Python 3.6 (macOS):
correctly import _commands
proto
in
Peripherals.py
,
correctly decode bytes in
sciencelab.py
.
Two lines need to be fixed to run pslab on Python 3.6 (macOS):