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
Hi, I can't make the script work in Kodi. Apparently, it can't find netifaces although it's installed with onkyo-eiscp. I tried Python2 & Python 3 32 bit and 64 bit. No luck.
Any help is highly appreciated.
Error Type: <type 'exceptions.ImportError'> Error Contents: No module named netifaces Traceback (most recent call last): File "C:\python\Lib\site-packages\volumedown.py", line 1, in <module> import eiscp File "C:\python\Lib\site-packages\eiscp\__init__.py", line 6, in <module> from .core import eISCP File "C:\python\Lib\site-packages\eiscp\core.py", line 10, in <module> import netifaces ImportError: No module named netifaces -->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Hi, I can't make the script work in Kodi. Apparently, it can't find netifaces although it's installed with onkyo-eiscp. I tried Python2 & Python 3 32 bit and 64 bit. No luck.
Any help is highly appreciated.
Error Type: <type 'exceptions.ImportError'> Error Contents: No module named netifaces Traceback (most recent call last): File "C:\python\Lib\site-packages\volumedown.py", line 1, in <module> import eiscp File "C:\python\Lib\site-packages\eiscp\__init__.py", line 6, in <module> from .core import eISCP File "C:\python\Lib\site-packages\eiscp\core.py", line 10, in <module> import netifaces ImportError: No module named netifaces -->End of Python script error report<--
The text was updated successfully, but these errors were encountered: