Re: Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1)

2018-11-15 Thread tommy yama
assume that it is not a Python package at all (but rather some > command line utility in some operating system package). At least > on my Ubuntu 18.04, "bluetoothctl" is an operating system utility. > > *from sh import bluetoothctl* > > *mac = "your bluetooth mac

Re: Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1)

2018-11-14 Thread dieter
lity. *from sh import bluetoothctl* *mac = "your bluetooth mac"* *bluetoothctl("connect", mac)* > In the pycharm, I see the below error message : > > *Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1) * > *Inspection info: Thi

Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1)

2018-11-14 Thread srinivasan
de on pycharm and try to point on the word "bluetoothctl" in the beginning of the line "*from sh import bluetoothctl*" *from sh import bluetoothctl* *mac = "your bluetooth mac"* *bluetoothctl("connect", mac)* In the pycharm, I see the below error mes