You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 main.py
Traceback (most recent call last):
File "/home/linuxmint/Bluetooth_project/main.py", line 6, in
import blueP
File "/home/linuxmint/Bluetooth_project/blueP.py", line 3, in
import dbus
ModuleNotFoundError: No module named 'dbus'
The text was updated successfully, but these errors were encountered:
$ python3 main.py
Traceback (most recent call last):
File "/home/ifrit/Transferências/Bluetooth_project-master/main.py", line 6, in <module>
import blueP
File "/home/ifrit/Transferências/Bluetooth_project-master/blueP.py", line 2, in <module>
import bluetooth
ModuleNotFoundError: No module named 'bluetooth'
python3 main.py
Traceback (most recent call last):
File "/home/linuxmint/Bluetooth_project/main.py", line 6, in
import blueP
File "/home/linuxmint/Bluetooth_project/blueP.py", line 3, in
import dbus
ModuleNotFoundError: No module named 'dbus'
The text was updated successfully, but these errors were encountered: