Start a PyFladesk application got a ucrtbase.dll error on windows 10











up vote
1
down vote

favorite












I clone PyFladesk repository. Then create an application for the example application by the command



pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py


It's OK. After I run the application with the command distapp.exe. This app is automatically closed when it is opened.



The error message show in the event log.




Error module name: ucrtbase.dll,version: 10.0.16299.125 Exception
code:0xc0000409 Error applicaiton path:D:pyfladesk_testdistapp.exe




Does anyone know how to solve this problem?.



Thank you.










share|improve this question
























  • Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
    – Sebastian Stigler
    Nov 7 at 9:12










  • No, I use python 3.6.5.
    – user906919
    Nov 8 at 0:56










  • Then it is not the same problem that I encountered.
    – Sebastian Stigler
    Nov 8 at 9:20















up vote
1
down vote

favorite












I clone PyFladesk repository. Then create an application for the example application by the command



pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py


It's OK. After I run the application with the command distapp.exe. This app is automatically closed when it is opened.



The error message show in the event log.




Error module name: ucrtbase.dll,version: 10.0.16299.125 Exception
code:0xc0000409 Error applicaiton path:D:pyfladesk_testdistapp.exe




Does anyone know how to solve this problem?.



Thank you.










share|improve this question
























  • Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
    – Sebastian Stigler
    Nov 7 at 9:12










  • No, I use python 3.6.5.
    – user906919
    Nov 8 at 0:56










  • Then it is not the same problem that I encountered.
    – Sebastian Stigler
    Nov 8 at 9:20













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I clone PyFladesk repository. Then create an application for the example application by the command



pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py


It's OK. After I run the application with the command distapp.exe. This app is automatically closed when it is opened.



The error message show in the event log.




Error module name: ucrtbase.dll,version: 10.0.16299.125 Exception
code:0xc0000409 Error applicaiton path:D:pyfladesk_testdistapp.exe




Does anyone know how to solve this problem?.



Thank you.










share|improve this question















I clone PyFladesk repository. Then create an application for the example application by the command



pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py


It's OK. After I run the application with the command distapp.exe. This app is automatically closed when it is opened.



The error message show in the event log.




Error module name: ucrtbase.dll,version: 10.0.16299.125 Exception
code:0xc0000409 Error applicaiton path:D:pyfladesk_testdistapp.exe




Does anyone know how to solve this problem?.



Thank you.







python flask pyinstaller






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 7 at 9:55









Johan

2,1701518




2,1701518










asked Nov 7 at 9:05









user906919

113112




113112












  • Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
    – Sebastian Stigler
    Nov 7 at 9:12










  • No, I use python 3.6.5.
    – user906919
    Nov 8 at 0:56










  • Then it is not the same problem that I encountered.
    – Sebastian Stigler
    Nov 8 at 9:20


















  • Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
    – Sebastian Stigler
    Nov 7 at 9:12










  • No, I use python 3.6.5.
    – user906919
    Nov 8 at 0:56










  • Then it is not the same problem that I encountered.
    – Sebastian Stigler
    Nov 8 at 9:20
















Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
– Sebastian Stigler
Nov 7 at 9:12




Did you use python 3.7? pyinstaller doesn't work with this python version yet. Try python 3.6.
– Sebastian Stigler
Nov 7 at 9:12












No, I use python 3.6.5.
– user906919
Nov 8 at 0:56




No, I use python 3.6.5.
– user906919
Nov 8 at 0:56












Then it is not the same problem that I encountered.
– Sebastian Stigler
Nov 8 at 9:20




Then it is not the same problem that I encountered.
– Sebastian Stigler
Nov 8 at 9:20

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186314%2fstart-a-pyfladesk-application-got-a-ucrtbase-dll-error-on-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186314%2fstart-a-pyfladesk-application-got-a-ucrtbase-dll-error-on-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







這個網誌中的熱門文章

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud

Zucchini