OS X Elementtree Error (build error?) - 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: OS X Elementtree Error (build error?) (/showthread.php?tid=346767) |
Elementtree Error (build error?) - BobCratchett - 2019-08-29 Trying the latest available MacOS build with PR 16616 (this is the Python 3 integration, yes?), to try to help debug Skin Shortcuts/Python 3 bugs. The error I'm getting isn't one I'm familiar with, but a quick Google - though the results I clicked through were all related to Python 2.x - suggest this is an error with compilation configuration... The error as follows: Code: 2019-08-29 20:45:59.845 T:123145355706368 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- The relevant import line Code: import xml.etree.ElementTree as xmltree With the full log available at https://pastebin.com/xnn9mwbP RE: Elementtree Error (build error?) - Rechi - 2019-08-30 I've fixed that yesterday, but haven't triggered a new build. Now the current version is available in the test-builds folder. RE: Elementtree Error (build error?) - BobCratchett - 2019-08-31 Thanks Rechi. Updated build is working perfectly. |