ksooo / service.kodi-fritzbox-callmonitor

Kodi add-on for FRITZ-Box (avm.de)
MIT License
1 stars 0 forks source link

PIL module not found #1

Open lhurt opened 8 years ago

lhurt commented 8 years ago

Hi, thanks for taking over this great addon.

In my two Windows 10 Kodi 16.1 installations I get the following error.

18:55:56 T:7424   ERROR: 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 PIL
                                            Traceback (most recent call last):
                                              File "C:\Users\Ludwig\AppData\Roaming\Kodi\addons\service.kodi-fritzbox-callmonitor-1.0.0\default.py", line 13, in <module>
                                                from lib.PytzBox import PytzBox
                                              File "C:\Users\Ludwig\AppData\Roaming\Kodi\addons\service.kodi-fritzbox-callmonitor-1.0.0\lib\PytzBox\PytzBox.py", line 9, in <module>
                                                from PIL import Image
                                            ImportError: No module named PIL
                                            -->End of Python script error report<--
18:55:56 T:7424    INFO: Python script stopped

Do you have any idea how this comes?