【问题标题】:Is there any Python Bluetooth Module for Windows 7 64 bit?是否有适用于 Windows 7 64 位的 Python 蓝牙模块?
【发布时间】:2019-03-05 21:19:11
【问题描述】:

我是 python 和蓝牙编程的新手。

我知道有一个名为 bluetooth 的 python 蓝牙模块,但我读过它仅适用于 GNU/Linux 和 Windows XP。

我的电脑上装有 Windows 7。所以我只想知道:

“是否有适用于 Windows 7 64 位的 Python 蓝牙模块?”

提前致谢。

【问题讨论】:

标签: python module bluetooth


【解决方案1】:

我认为最流行的 Python 蓝牙包是pybluez。该项目网站提到它适用于 Linux 和 Windows XP,这就是您在问题中所写的。您可以在 Chris Gohlke 的网站上找到用于 Windows x32 和 x64 的预编译安装程序:link。一般来说,如果您需要任何 Python 来在 Windows x64 上工作,那么您应该首先查看 Chris 的网站。对于您的应用程序,可能会有额外的蓝牙系统配置,但至少这应该可以帮助您入门。

祝你好运!

【讨论】:

    【解决方案2】:

    这个答案有点过时了。如果您正在寻找适用于 Windows 10 的版本, 此评论中讨论的版本适用于我在 AMD 机器上的 Windows 10。

    https://github.com/pybluez/pybluez/issues/180#issuecomment-408235161

    【讨论】:

      猜你喜欢
      • 2012-07-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多