Kodi Community Forum
About the python 3 migration forum - 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: About the python 3 migration forum (/showthread.php?tid=325157)



About the python 3 migration forum - ronie - 2017-12-07

This forum section can be used by python addon developers to ask questions, share tips or help others with porting kodi addons to python 3.

1 thread per support request please

- Please use a descriptive thread title
- Be as detailed as possible about the problem you have
- Explain what you have tried so far and what worked / didn't work
- Provide a step-by-step list on how to reproduce your problem
- Include a link to the source code of your addon
- Include a Debug Log of the problem you're having


Please read our wiki arcticle about the basics of porting a Kodi addon to Python3:
http://kodi.wiki/view/General_information_about_migration_to_Python_3

Roman_V_M has created a python library that makes it easy to use the kodi python modules in a py2/py3 compatible way:
https://github.com/romanvm/kodi.six


NOTE: This section is for python 3 development only. Any questions about python 2 should go in the Development > Add-ons forum.