Kodi Community Forum

Full Version: PY3 -> Windows binary PIL (or Pillow) Python package - Status?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With newer versions of my addon I'm using PIL even more and that makes it impossible to test it here on my Windows system.
I know that the module is incorrectly build for Windows atm, but can somebody tell if we can expect an updated Py3 package soon?
Looks like https://github.com/xbmc/xbmc/pull/16116 just got merged so hopefully now we will see nightly builds and people can start working on fixes for missing or broken addons and libraries.
Yep and the first nightly is available. Sadly PIL is still broken on Windows systems.
I need PIL as well for my add-on.
@Rechi 
Sorry for the ping, but can you give us a update when we can expect the fix? Or is it a bigger problem that will take a while?
+1

most of my addons use PIL and they don't work with latest alpha w/python 3.... Smile
Is there anyone who can help us out on this? I'd be happy to contribute but I have no idea how to fix it. I opened an issue on github (#16822) but it looks like it wasn't assigned or categorized.
Please test the latest nightly, because it should already been fixed: https://github.com/xbmc/xbmc/pull/17143

At least my addon is working perfectly with the latest nightly.
Awesome, thanks for letting me know! I looked through the issues but didn't think to look through the PRs. Just did a quick test and the import error is gone.
Thread marked solved.