You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using xbmc addon on ResPi but it error when start running it.
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named xbmcswift2
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/plugin.video.play/addon.py", line 22, in
from xbmcswift2 import Plugin, xbmcgui, xbmcaddon, xbmc
ImportError: No module named xbmcswift2
how can I fix it.
Thank you.
The text was updated successfully, but these errors were encountered:
Have you included the proper dependency in your addon.xml?
XBMC should manage dependencies automatically.
If it is correct, you can download from http://mirrors.xbmc.org/addons/ and install it manually
I'm using xbmc addon on ResPi but it error when start running it.
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named xbmcswift2
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/plugin.video.play/addon.py", line 22, in
from xbmcswift2 import Plugin, xbmcgui, xbmcaddon, xbmc
ImportError: No module named xbmcswift2
how can I fix it.
Thank you.
The text was updated successfully, but these errors were encountered: