Created
May 23, 2016 23:43
-
-
Save czbaker/f74ebd7ae367eb0cfd5ff895ae7d26ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [misutowolf@ajani ~]$ mopidy | |
| Traceback (most recent call last): | |
| File "/usr/bin/mopidy", line 9, in <module> | |
| load_entry_point('Mopidy==2.0.0', 'console_scripts', 'mopidy')() | |
| File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point | |
| return get_distribution(dist).load_entry_point(group, name) | |
| File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point | |
| return ep.load() | |
| File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load | |
| return self.resolve() | |
| File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve | |
| module = __import__(self.module_name, fromlist=['__name__'], level=0) | |
| File "/usr/lib/python2.7/site-packages/mopidy/__main__.py", line 13, in <module> | |
| dbus.mainloop.glib.threads_init() | |
| AttributeError: 'module' object has no attribute 'threads_init' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment