Advertisement
Guest User

XBMC-Spotimc

a guest
Mar 29th, 2014
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.10 KB | None | 0 0
  1. EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.ImportError'>
  4. Error Contents: No module named spotify
  5. Traceback (most recent call last):
  6. File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\spotimc.py", line 39, in <module>
  7. from spotimcgui.main import main
  8. File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\main.py", line 25, in <module>
  9. import windows
  10. File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\windows.py", line 24, in <module>
  11. import views.newstuff
  12. File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\views\newstuff.py", line 24, in <module>
  13. from spotimcgui.views import album
  14. File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\views\album.py", line 24, in <module>
  15. from spotify import albumbrowse, session, track as _track, image
  16. ImportError: No module named spotify
  17. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement