im super new to python and my little raspberry pi (i normally use vb.net so not new to programming as a whole).
I have installed a usb bluetooth dongle and it all works fine from the command line as it should and it installed bluez as well.
in python i have
Code: Select all
import bluetoothCode: Select all
from bluetooth import *Traceback (most recent call last):
File "/home/pi/test.py", line 1, in <module>
from bluetooth import *
ImportError: No module named bluetooth
please help