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

构建后无法运行 #896

Closed
kilosonc opened this issue Dec 30, 2020 · 0 comments · Fixed by #898
Closed

构建后无法运行 #896

kilosonc opened this issue Dec 30, 2020 · 0 comments · Fixed by #898
Labels

Comments

@kilosonc
Copy link

操作系统: manjaro20
python: python3.8.6
自己构建master后, 无法运行

bin ./musicbox 
Traceback (most recent call last):
  File "./musicbox", line 2, in <module>
    from NEMbox.__main__ import start
  File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/__main__.py", line 9, in <module>
    from .menu import Menu
  File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/menu.py", line 33, in <module>
    from .osdlyrics import pyqt_activity
  File "/home/closetool/tasks/python-tasks/musicbox/NEMbox/osdlyrics.py", line 6, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'
@kigawas kigawas added the bug label Dec 30, 2020
@kigawas kigawas mentioned this issue Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants