bluerobotics / tsys01-python

A Python module to interface with the TSYS01 temperature sensor.
MIT License
3 stars 12 forks source link

Make python3 compatible #10

Closed jaxxzer closed 3 years ago

jaxxzer commented 3 years ago
>>> import tsys01
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/pi/tsys01-python/tsys01/__init__.py", line 1, in <module>
    from tsys01 import TSYS01
ImportError: cannot import name 'TSYS01' from 'tsys01' (/home/pi/tsys01-python/tsys01/__init__.py)