Is there any Python Bluetooth Module for Windows 7 64 bit?

bluetooth, module, python

Solution

I think the most popular Python Bluetooth package is pybluez. The project website mentions that it works on Linux and Windows XP, and that is what your wrote in your question. You can find pre-compiled installers for Windows x32 and x64 on Chris Gohlke's web site: link. In general if you need any Python to work on Windows x64, Chris's web site should be the first place you look. For your application, there may be additional Bluetooth system configuration, but at least this should get you started.

Good luck!

Problem

I am new to python and bluetooth programming. I know there is a python bluetooth module called bluetooth but I have read that it is only for GNU/Linux and Windows XP. My PC has windows 7 on it. So I just wanted to know: "Is there any Python Bluetooth Module for Windows 7 64 bit?" Thanks in advance.

Original source

Related problems