You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: