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?
On Sat, Jul 13, 2013 at 6:23 PM, Simfake Fake wrote:
> Hi. I'm trying to connect to a bluetooth serial adaptor using python 3
Hi. I'm trying to connect to a bluetooth serial adaptor using python 3.x.
However, in python 3.3.2 win x32, I get "AttributeError: module has no
attribute AF_..." when trying to use socket.AF_BLUETOOTH, despite the docs
http://docs.python.org/3.3/library/socket.html . The code I have is very
simila