web-dev-qa-db-fra.com

Installation de Bluez en Python3

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?

4
KI4JGT

pybluez est maintenant porté sur python3: http://code.google.com/p/pybluez/downloads/list

2
karulis

La prise en charge Bluetooth est native dans socket.socket pour python 3.3.

1
user143535

je viens d'essayer

Sudo -H pip3 install pybluez
0
rhubarbdog