Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
- Error Type: <type 'exceptions.ImportError'>
- Error Contents: No module named spotify
- Traceback (most recent call last):
- File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\spotimc.py", line 39, in <module>
- from spotimcgui.main import main
- File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\main.py", line 25, in <module>
- import windows
- File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\windows.py", line 24, in <module>
- import views.newstuff
- File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\views\newstuff.py", line 24, in <module>
- from spotimcgui.views import album
- File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\spotimc-master\resources/libs\spotimcgui\views\album.py", line 24, in <module>
- from spotify import albumbrowse, session, track as _track, image
- ImportError: No module named spotify
- -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement