Pybluez installation in Linux Pybluez installation in Linux python python

Pybluez installation in Linux


You need to install libbluetooth-dev package for compiling your code

sudo apt-get install libbluetooth-dev

That should install the bluetooth header files.