I installed mopidy on raspberry pi via apt-get.
I installed MusicBox_Webclient using pip
I installed Mopidy_TuneIn using pip
I added [tunein] config section to mopidy.conf
When I start mopidy I see:
INFO Starting Mopidy 0.19.4
INFO Loading config from: builtin defaults, /usr/share/mopidy/conf.d, /etc/mopidy/mopidy.conf, command line options
INFO Enabled extensions: spotify, mpd, alsamixer, http, stream, musicbox_webclient
INFO Disabled extensions: softwaremixer, local
No sign of ‘tunein’.
Installing it yielded:
root@musicbox01:/var/log/mopidy# pip install Mopidy-TuneIn
Downloading/unpacking Mopidy-TuneIn
Downloading Mopidy_TuneIn-0.1.2-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): Mopidy>=0.18 in /usr/lib/python2.7/dist-packages (from Mopidy-TuneIn)
Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/lib/python2.7/dist-packages (from Mopidy-TuneIn)
Requirement already satisfied (use --upgrade to upgrade): Pykka>=1.1 in /usr/lib/python2.7/dist-packages (from Mopidy-TuneIn)
Downloading/unpacking requests>=2.0.0 (from Mopidy-TuneIn)
Downloading requests-2.4.3-py2.py3-none-any.whl (459kB): 459kB downloaded
Requirement already satisfied (use --upgrade to upgrade): tornado>=2.3 in /usr/lib/python2.7/dist-packages (from Mopidy>=0.18->Mopidy-TuneIn)
Installing collected packages: Mopidy-TuneIn, requests
Successfully installed Mopidy-TuneIn requests
Cleaning up...
Contents of /usr/local/lib/python2.7/dist-packages:
Ok, it’s not found by Mopidy at all, and thus not by setuptools/pkg_resources.
I tried creating a new empty virtualenv, installed Mopidy and Mopidy-TuneIn, and Mopidy-TuneIn was found on the first run of Mopidy, so there’s nothing wrong with the Mopidy-TuneIn package from PyPI.
Can you try uninstalling and reinstalling Mopidy-TuneIn?