-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi thanks for the great work for this addon. Will this addon be updated for V19? Python 3? I am getting errors with import ctypes init.py cannot import name union from line 8. i am running Windows10 and Kodi V19. I've managed to get a couple of other addons working for Py3 but I'm a noob and this is beyond my current knowledge. Error Contents: cannot import name 'Union' from 'ctypes' (C:\Program Files\Kodi\system\python\Lib\ctypes_init_.py) Traceback (most recent call last): File "C:\Users\All\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 10, in import ctypes
File "C:\Program Files\Kodi\system\python\Lib\ctypes_init_.py", line 8, in from ctypes import Union, Structure, Array ImportError: cannot import name 'Union' from 'ctypes' (C:\Program Files\Kodi\system\python\Lib\ctypes_init_.py)