Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blueP and dbus error #16

Open
VaibhavGaikwadDev opened this issue Apr 26, 2023 · 1 comment
Open

blueP and dbus error #16

VaibhavGaikwadDev opened this issue Apr 26, 2023 · 1 comment

Comments

@VaibhavGaikwadDev
Copy link

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'

@mediapinta
Copy link

Hi,

I've got a similar error:

$ 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'

Any idea?

Thank you.

Greetings,
ifrit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants