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

Add PyInstaller background freezing and easier reuse #63

Open
bwhite opened this issue Jul 2, 2012 · 1 comment
Open

Add PyInstaller background freezing and easier reuse #63

bwhite opened this issue Jul 2, 2012 · 1 comment

Comments

@bwhite
Copy link
Owner

bwhite commented Jul 2, 2012

PyInstaller adds significant latency overhead for complex jobs. For jobs that are often rerun it is useful to re-use the pyinstaller outputs; however, this has to be done manually by specifying the frozen tar path. It would be helpful to have a module that makes freezing in batch (in the background) and re-using frozen tar files easy.

@bwhite
Copy link
Owner Author

bwhite commented Jul 2, 2012

One possibility is to allow persistent pyinstaller working folders as it reuses some of the work internally.

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

No branches or pull requests

1 participant