miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

problem importing netifaces #119

Open Enigma3000 opened 4 years ago

Enigma3000 commented 4 years ago

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<--