如何在Python3.6中激活socket.AF_BLUETOOTH?

时间:2019-01-09 14:12:35

标签: python sockets bluetooth bluetooth-lowenergy

我正在Windows中使用Python3.6标准安装,并且尝试这样做

>>>import socket
>>>socket.AF_BLUETOOTH

系统响应

AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH'
我和一个同事已经花了一些时间阅读论坛。我在PythonPath \ Lib \中通过socket.py进行了扫描,但是也没有提到AF_BLUETOOTH。有一个stackoverflow线程Missing socket.AF_BLUETOOTH in Anaconda Python?,它讨论如何通过对某些.header文件进行一些更改来重新编译Python。

谁能提供更多有关如何运行Python / socket /蓝牙的详细信息?

1 个答案:

答案 0 :(得分:1)

似乎在Windows端口上不可用:

在Linux上使用3.6.7正常

在第10周获得3.6.7的KO

在文档中显示警告会很好,我已经找到了...