Ubuntu - Mopidy Errors on Start

I borked my install so I removed all files I could locate and reinstalled. When I start mopidy at command line I get (I have no idea what the reference to Pandora is as I thought I had removed all necessary files before reinstalling);

$ sudo service mopidy status
ā— mopidy.service - Mopidy music server
   Loaded: loaded (/lib/systemd/system/mopidy.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2015-10-24 22:35:01 MDT; 6min ago
  Process: 755 ExecStart=/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf (code=exited, status=1/FAILURE)
 Main PID: 755 (code=exited, status=1/FAILURE)

Oct 24 22:35:01 Server mopidy[755]: File "/usr/lib/python2.7/dist-packages/mopidy/ext.py", line 194, in load_extensions
Oct 24 22:35:01 Server mopidy[755]: extension_class = entry_point.load(require=False)
Oct 24 22:35:01 Server mopidy[755]: File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2355, in load
Oct 24 22:35:01 Server mopidy[755]: return self.resolve()
Oct 24 22:35:01 Server mopidy[755]: File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2361, in resolve
Oct 24 22:35:01 Server mopidy[755]: module = __import__(self.module_name, fromlist=['__name__'], level=0)
Oct 24 22:35:01 Server mopidy[755]: ImportError: No module named mopidy_pandora
Oct 24 22:35:01 Server systemd[1]: mopidy.service: Main process exited, code=exited, status=1/FAILURE
Oct 24 22:35:01 Server systemd[1]: mopidy.service: Unit entered failed state.
Oct 24 22:35:01 Server systemd[1]: mopidy.service: Failed with result 'exit-code'.

Any ideas?

You probably missed a metadata dir for Mopidy-Pandora (Mopidy-Pandora.dist-info or similar) when cleaning up, so the extension system still believes that the removed mopidy_pandora Python module should be loaded.

Thank you, yes, I found additional files and removed those, then re-installed. It loaded without error.

Thank you