Diffusion Krita 276ebe7f7165

Fix 410807: Python Scripter Debugger won't run (Linux) This fixes the issues on…

Authored by rbreu on Aug 31 2019, 9:32 AM.

Description

Fix 410807: Python Scripter Debugger won't run (Linux) This fixes the issues on Linux.

The 'yield from' syntax has been introduced in Python 3.3, so this won't run on older Python versions, including 2.x. According to https://vfxplatform.com/ we can drop Python 2 support in 2020, and Boud said to drop Python 2 support now in master, seeing how Krita 4.3 will come out the end of 2019 anyway.

BUG:410807

Details