Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 943
odbhut.shei.chhele Avatar asked Jul 24 '13 13:07

odbhut.shei.chhele


2 Answers

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!

like image 156
Who8MyLunch Avatar answered Sep 19 '22 02:09

Who8MyLunch


This answer is a bit dated. If your looking for a version which works with windows 10, the version discussed in this comment worked for me with Windows 10 on an AMD machine.

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

like image 23
Salix alba Avatar answered Sep 19 '22 02:09

Salix alba