Need help updating add-ons from Python-2 to Python-3 - 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: Need help updating add-ons from Python-2 to Python-3 (/showthread.php?tid=363504) |
Need help updating add-ons from Python-2 to Python-3 - zaba14 - 2021-07-10 I'm looking for people who can update Kodi addons to from Python-2 to Python-3. not for nothing ;-) RE: need help - Klojum - 2021-07-10 (2021-07-10, 16:41)zaba14 Wrote: I'm looking for who can translate 2to3 kodi addons. By translating, you actually mean coding/developing/programming? And 2to3 means Python-2 to Python-3 in the real world? Also creating a proper topic title for new threads from now on would be appreciated. RE: need help - zaba14 - 2021-07-10 (2021-07-10, 16:54)Klojum Wrote:(2021-07-10, 16:41)zaba14 Wrote: [font][font]Ich suche, wer 2to3 Kodi-Addons übersetzen kann.[/font][/font] [font][font]Ich brauche eine Übersetzung des Addons. [/font][font]zu Python 3[/font][/font] RE: need help - zaba14 - 2021-07-10 (2021-07-10, 17:01)zaba14 Wrote:[font][font]richtig. [/font][font]Python 2 zu Python 3[/font][/font](2021-07-10, 16:54)Klojum Wrote:(2021-07-10, 16:41)zaba14 Wrote: [font][font]Ich suche, wer 2to3 Kodi-Addons übersetzen kann.[/font][/font] RE: need help - Klojum - 2021-07-10 (2021-07-10, 17:01)zaba14 Wrote: [font][font]Ich brauche eine Übersetzung des Addons. [/font][font]zu Python 3[/font][/font] For your info, this forum is english-only. Also, the word "Übersetzung" can mean more than one thing. But since Python is part of your question, coding/developing/programming is the obvious choice. RE: Need help updating add-ons from Python-2 to Python-3 - zaba14 - 2021-07-10 see. this is my problem reload(sys) sys.setdefaultencoding('utf8') i get this erro in Kodi 19 soryy my english is not so good. i will try to give my best RE: Need help updating add-ons from Python-2 to Python-3 - DarrenHill - 2021-07-10 Thread moved to Python3 migration development section |