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

windows doc yupdate #31

Closed
dridk opened this issue Aug 5, 2019 · 1 comment
Closed

windows doc yupdate #31

dridk opened this issue Aug 5, 2019 · 1 comment

Comments

@dridk
Copy link

dridk commented Aug 5, 2019

On a fresh installation of windows 7 on virtual box, I did 2 things more not explained in your tutorial.

fbs freeze 
==> ImportError: No module named win32com.client
pip install pypiwin32    

fbs freeze  
===> MSVCR100.dll is missing, Install Visual C++ Visual Studio 2012
https://www.microsoft.com/en-us/download/confirmation.aspx?id=30679    

fbs freeze  
===> Works ! 
@mherrmann
Copy link
Owner

Thank you for letting me know. I feel the first (win32com.client) is unique to your setup, because fbs has no dependency on this module. The second one (msvcr100.dll) is a "feature" of fbs, and I feel the explanation it offers is so clear that I don't need to separately mention it in the tutorial.

But either way, your post here is helpful, because other people may find it through Google. So, for that and the suggestion in general, thank you.

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