Replies: 1 comment 3 replies
-
|
What is the version of cx_Freeze? If 8.0, try to use 8.1. If you are using the About msvcr. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the Anaconda prompt I used cx_freeze to successfully create an exe. When I double click on exe in Windows the GUI appears and when I run calculations, after depressing button, the GUI indicates that the script is running but instead of a results tab appearing the entire GUI just disappears without any error or traceback. If I run the exe from the Anaconda prompt it appears to run fine.
Cx+freeze indicated that there were the following missing dependencies:
? api-ms-win-core-path-l1-1-0.dll
? api-ms-win-core-winrt-l1-1-0.dll
? api-ms-win-core-winrt-string-l1-1-0.dll
which are part of the Windows API . Could this be the problem? If so how might I resolve this. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions