View Single Post
Old 03-18-2025, 03:11 AM   #7
kbarni
Enthusiast
kbarni has a complete set of Star Wars action figures.kbarni has a complete set of Star Wars action figures.kbarni has a complete set of Star Wars action figures.kbarni has a complete set of Star Wars action figures.kbarni has a complete set of Star Wars action figures.
 
kbarni's Avatar
 
Posts: 49
Karma: 400
Join Date: Feb 2025
Device: Kindle PW5
You need a cross-compilation toolchain with a dozen of packages added to build Python.

Another annoying thing is that you would also need a bunch of other packages to make Python useful (pip, wheel, venv...)

Probably the simplest way to get Python is to use a full Linux in chroot environment, that already has Python. It works well for running scripts, but will be less integrated (e.g. no Python-based KUAL extensions...)
kbarni is offline   Reply With Quote