kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.33k stars 1.84k forks source link

Webview app fail to startup. #2559

Closed Prashanth-BC closed 2 years ago

Prashanth-BC commented 2 years ago

Checklist

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.

misl6 commented 2 years ago

Fixed via https://github.com/kivy/python-for-android/pull/2560