2019-02-28, 09:20
I download latest x64 bit build: KodiSetup-20190211-da8cd2ee-feature_python3-x64.exe
In addon.xml I use:
I tried without `version` and reboot Kodi. I remember it worked few versions before.
Edit: my c:\Program Files\Kodi\addons\script.module.pil\ contains addon.xml and icon.png, c:\Program Files\Kodi\system\Python\Lib\ don't contail PILLOW also. So its missing from installer?
In addon.xml I use:
In dependency in addon menu I see PILLOW is installed, yet it throw error that I dont have one:xml:<import addon="script.module.pil" version="1.1.7"/>
log:from PIL import ImageFont, ImageDraw, Image
ModuleNotFoundError: No module named 'PIL'
I tried without `version` and reboot Kodi. I remember it worked few versions before.
Edit: my c:\Program Files\Kodi\addons\script.module.pil\ contains addon.xml and icon.png, c:\Program Files\Kodi\system\Python\Lib\ don't contail PILLOW also. So its missing from installer?