Cannot import Bluetooth in Python 3 (OSX)
问题 I reinstalled PyBluez some weeks ago since I couldn't get basic functions to work. Now I can't even import it to Python 3. import bluetooth Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import bluetooth File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyBluez-0.22-py3.6.egg/bluetooth/__init__.py", line 47, in <module> from .osx import * File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyBluez-0