xbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs) causes exception - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281) +---- Thread: xbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs) causes exception (/showthread.php?tid=346708) |
xbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs) causes exception - sualfred - 2019-08-28 Hey there, I'm currently porting script.skin.helper.colorpicker to support Python3 but I getting an init exception. Is this a Matrix Py3 build bug or do I miss a Python3 change? Init: https://github.com/sualfred/script.skin.helper.colorpicker/blob/master/default.py#L16 Dialog init: https://github.com/sualfred/script.skin.helper.colorpicker/blob/master/resources/lib/ColorPicker.py#L92 Exception: Code:
|