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

include_msvcr doesn't bundle vcruntime140.dll when bdist_msi is run inside a virtualenv #275

Closed
henryborchers opened this issue Jun 6, 2017 · 2 comments

Comments

@henryborchers
Copy link

include_msvcr doesn't seem to add vcruntime140.dll to the package if it's built inside the virtualenv but has no trouble if built outside.

I'm building on a Windows Server 2012 R2
Python 3.6 64-bit.

@rcutmore
Copy link
Contributor

I think this is an issue with virtualenv not copying vcruntime140.dll into the virtual environment. If this file is manually copied to the virtual environment then the build works fine for me.

I noticed when using venv instead of virtualenv, the corresponding virtual environment has vcruntime140.dll copied to it and I have no issues with the cx_Freeze build.

Here is a related bug report on the virtualenv issue tracker.

@marcelotduarte
Copy link
Owner

cx_Freeze 6.1 has just been released.
Assuming this has been resolved.
If you had issues please re-open.

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

3 participants