Comment installer des modules bluetooth/bluez dans python3? En Python2, je peux importer et utiliser Bluetooth, mais en Python3, je n’ai pas cette chance. Comment puis-je importer des modules Bluetooth en python3?
pybluez est maintenant porté sur python3: http://code.google.com/p/pybluez/downloads/list
La prise en charge Bluetooth est native dans socket.socket pour python 3.3.
je viens d'essayer
Sudo -H pip3 install pybluez