Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed python libraries into deployed package. #2

Open
NTSFka opened this issue Sep 26, 2016 · 0 comments
Open

Embed python libraries into deployed package. #2

NTSFka opened this issue Sep 26, 2016 · 0 comments
Labels

Comments

@NTSFka
Copy link
Contributor

NTSFka commented Sep 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant