Problem using Python PIL/Pillow in Krypton Windows

Hi, in a new launcher addon I need to use PIL in order to automatically create fanarts/posters from DOOM levels. I use this code to include PIL:

Code:
# --- Python standard library ---
from __future__ import unicode_literals
...
from PIL import Image, ImageDraw

In Linux Debian with the packaged Kodi Krypton it works like a charm. However, in Windows I get the following error:

Code:
20:26:33.868 T:5584   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\jose\AppData\Roaming\Kodi\addons\plugin.program.advanced.DOOM.launcher\​addon.py", line 21, in <module>
    import resources.main
  File "C:\Users\jose\AppData\Roaming\Kodi\addons\plugin.program.advanced.DOOM.launcher\​resources\main.py", line 42, in <module>
    from disk_IO import *
  File "C:\Users\jose\AppData\Roaming\Kodi\addons\plugin.program.advanced.DOOM.launcher\​resources\disk_IO.py", line 23, in <module>
    from PIL import Image, ImageDraw
  ImportError: No module named PIL
  -->End of Python script error report<--

According to this post PIL/Pillow should be available in Kodi. I have tested both Krypton 17.0 and 17.1 RC1 and both fail to load Advanced DOOM Launcher. Any ideas? Thanks a lot Smile

Kodi not starting

So i have a raspberry pi 3 model B with rasbian NOOBS installed. On my raspberry pi 1 B with same os i have successfully installed kodi. But om this device when i installed kodi for the first time it worked fine so i exit it. But now when i try to open...

Remove Duplicates from HTTP

Hi all Im new here... had to post this as I couldnt find any solution to this...have been Google for days .. Anyway heres my problem Im using HTTP link as my video sources; multiple links from different web The problem is that I can only scrape fr...

VU+/Enigma2 client and DXVA

Hello, im currently using an open atv box to stream my cable channels to my pc using VU+/Enigma2. Out of 40 channels and i can stream only 8-9 of them. In the other cases i receive the error 09:38:06.483 T:11560 ERROR: DXVA::CProcessorHD::IsFormatSu...

Kids tv watched status

My kids like to watch their tv show episodes over and over. I like to have my watched tv shows hidden. I have the status for tv set to "hide watched". Doing this also hides the kids shows which I would like to always be available. Is there any way to h...

Custom add-on Directory?

Forgive me if this was asked before or is in the wrong section as I am unsure if it is a feature request. I was wondering if there was a way to make a custom menu to separate video add-ons from each other. Currently when you click the "Video" Tab in th...

kodi 17 dts does not work, ok with kodi 16

Hello, I can not get the DTS output that is displayed on my amp onkio with kodi 17. I handed the same thing as my kodi 16 which was showing me DTS. It's just written "multichannel" but never DTS then I have enabled passthrough Thank you Ps: the system...

Settings in remote.xml are ignored, why?

Hello everyone! i am trying to set my teletext key to a different behavior. irw outpout for the key to set : Code: 000000037ff07ba5 00 KEY_TEXT mceusb 000000037ff07ba5 01 KEY_TEXT mceusb so lookup kodis lircmapping in : Code: grep KEY_TEXT /usr/s...

Home menu player controls

Hi When on home screen and playing music i cant navigate up to the next tracks listing but can with mouse and click for next track, Just wondering if theres any code i can change so that i can navigate with up key to next track, Any help appreciated thnxx

T95Z PLUS and Kodi 17 Resolution issue PLEASE HELP

I previously posted and it was removed, it was because i bought this box and it was preloaded and i wasn't aware silent hunter was illegal i have since removed kodi and Reinstalled krypton. I have a T95Z Plus box with kodi 17, and im using a 4k TV with...

automation to switch networking

I'm a NOOB, and not sure where this should go, so I apologize in advance. Is there a way to automate the change of networking (connecting to a named wireless access point (WAP)) when Kodi is launched? Kodi is installed on an Amazon FireTV Stick. I'm...