Tech debt: webview, pygame and service_only bootstraps are hardwired to Python 2.7
See original GitHub issueThe Android.mk
Makefiles of all bootstraps other than sdl2
are hardwired to link/include Python 2.7 files. We should fix that at some point (or remove the bootstraps no longer used/properly supported by anyone anyway)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
python-for-android/CHANGELOG.md at develop - GitHub
Webview app crashes when trying to request permissions #2325; ffmpeg requirement causes apk crash on android #2324; ModuleNotFoundError: No ...
Read more >kivy Changelog - pyup.io
Tech debt: webview, pygame and service\_only bootstraps are hardwired to Python 2.7 [\1497](https://github.com/kivy/python-for-android/issues/1497)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My plan for pygame is to just ignore it and eventually remove it if it becomes clearly broken. We seem to have succeeded quite well at getting people to not use it, so maybe we’re already at that point. Please feel free to ignore it, or indeed propose removing it, rather than wasting effort on it. The webview bootstrap would be nice to maintain, and service_only is the same although I’m not sure if anyone really uses it, it was originally introduced and maintained by just one person. I haven’t checked your other issues about this yet, but thanks for looking at it and it’s certainly correct that it would be ideal to support them properly.
I’m closing this since I’m 99% sure @opacam fixed this (let me know if this is wrong and I’ll reopen)