Bluetooth Sockets

Chris Angelico rosuav at gmail.com
Tue Jul 16 04:00:14 EDT 2013


On Tue, Jul 16, 2013 at 3:52 PM, Simfake Fake <simfake.mapping at gmail.com> wrote:
> Just bumping this, but has anybody have any personal experience with
> bluetooth in python 3? Perhaps my issue is that the windows version doesn't
> include it?

I haven't worked with Bluetooth in Python, but my reading of the
socket module docs is that AF_BLUETOOTH doesn't imply strong support
anyway. I'd recommend looking for a dedicated bluetooth module; there
seem to be some around.

ChrisA



More information about the Python-list mailing list