在 Python3 中安装 Bluez

在 Python3 中安装 Bluez

如何将蓝牙/bluez模块安装到python3中?在Python2中,我可以导入蓝牙并使用它,但在Python3中,我没有那么幸运。如何在python3中导入蓝牙模块?

答案1

pybluez现在移植到python3: http://code.google.com/p/pybluez/downloads/list

答案2

对于 Python 3.3 来说,socket.socket 原生支持蓝牙。

答案3

我刚试过

sudo -H pip3 install pybluez

相关内容