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.
python flask pyinstaller
add a comment |
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.
python flask pyinstaller
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
add a comment |
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.
python flask pyinstaller
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
python flask pyinstaller
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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