I am starting with python recently and I am trying to get the hang of the modules and libraries. So I have one script which has the following line
from pybluez import bluetooth
So I looked for this library and downloaded from here https://github.com/karulis/pybluez and then tried to install it using this instructions http://www.instructables.com/id/How-to-install-Python-packages-on-Windows-7/
A friend of mine also suggested for me to copy the file of pybluez to C:\Users\Python27\Lib and I did it.
And in the end I am still getting this error when I run that script:
ImportError: No module named pybluez
Do you know how to solve this problem? I've already looked in forums but I can't get the right solution. Maybe I am missing some details but I don't know what..