You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a short, runnable example that reproduces the issue
I reproduced the problem with the latest development version (p4a.branch = develop)
I used the grave accent (aka backticks) to format code or logs when appropriated
Versions
Python:3.8.10
OS: Ubuntu
Kivy:
Cython: 0.29.28
OpenJDK: 13.0.7
Description
Webview application failed to start with flask as the server.
This is due the depencies of flask on itsdangerous and itsdangerous is unable to find the name json hence the application fails to start with the following exception.
ImportError: cannot import name 'json' from itsdangerous
This issue needs to fixed by upgrading the version of the flask the recipie.
I have tested with the modified reciepe with the latest version of flask and found that application works after the fix.
The text was updated successfully, but these errors were encountered:
Checklist
p4a.branch = develop
)Versions
Description
Webview application failed to start with flask as the server.
This is due the depencies of flask on itsdangerous and itsdangerous is unable to find the name json hence the application fails to start with the following exception.
ImportError: cannot import name 'json' from itsdangerous
This issue needs to fixed by upgrading the version of the flask the recipie.
I have tested with the modified reciepe with the latest version of flask and found that application works after the fix.
The text was updated successfully, but these errors were encountered: