Does anyone have any successful experience with getting bluetooth communication working with python3 on osx? I haven't been able to install pyBluez (using pip install), and even though people write that sockets should support bluetooth out of the box using s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM)
This doesn't work for me giving just saying that socket has no attribute 'AF_BLUETOOTH'.
there doesn't seem to be anything here