Raspberry pi上的Python:没有名为_bluetooth的模块

时间:2015-07-29 12:54:54

标签: python bluetooth

我试图用Python中的Raspberry扫描蓝牙信标。蓝牙加密狗工作正常,我可以用命令行检测信标。

但我想从Python中发现它们。我安装了bluez和pybluez。从我运行的python脚本:

import bluetooth._bluetooth

我收到以下错误:

没有名为bluetooth._bluetooth的模块

我做错了什么?

1 个答案:

答案 0 :(得分:0)

尝试import bluetoothimport bluetooth.*。它应该解决你的问题。