Using python plugins require python 2.7 to be installed on user's PC. On Linux & macOS/OSX it't not a problem, but on Windows it is. Adding python27.dll in the package is not enough because python libraries are not available without installation.
Program pyinstaller is able to pack python libraries so it looks like a way to go.