nxez / SAKS-SDK

SAKS SDK

Home Page:http://shumeipai.nxez.com/swiss-army-knife-shield-for-raspberry-pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3兼容性

superfashi opened this issue · comments

用python3的话会报错。

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/pi/SAKS-SDK/sakshat.py", line 27, in <module>
    import entities
  File "/home/pi/SAKS-SDK/entities/__init__.py", line 1, in <module>
    from buzzer import Buzzer
ImportError: No module named 'buzzer'