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

lazy import does not package in pyinstaller easilly #5

Open
gsemet opened this issue Jul 15, 2018 · 1 comment
Open

lazy import does not package in pyinstaller easilly #5

gsemet opened this issue Jul 15, 2018 · 1 comment

Comments

@gsemet
Copy link

gsemet commented Jul 15, 2018

Hello

Easy import works great and does a marveillous job, however I had to fork and disable the VERSION file trick in order to package it properly in pyinstaller, since this guy does not take full package but extract only python files from the dependencies.

Can you update to be pyinstaller friendly? Lazy import is really cool to avoid unneeded module load in CLI tools using pyinstaller.

Thanks!

@smerkousdavid
Copy link

@gsemet I totally agree with this and would love to see that file removed because it causes issues when trying to package this library with any packaging without either modifying and/or moving the file. @mnmelo Can we get an update on this repo?

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

2 participants