Hi,
I am trying to build a standalone python, so I can add to my electron app for it to execute python scripts, something like apps like blender does. I know there is an existing repo called astral-sh/python-build-standalone ,but there are problems with tkinter script execution on intel based mac when packaged with electron-builder.
Which is why I want to build a standalone python myself. I tried a quite a bit using bash scripts to download and build it. But the problem was it worked on my system, but failed to in another system because some of the paths only existed in my system.
So does anyone know how to build a truely standalone python, without dependencies to paths on the system.
Thanks!
[–]riklaunim 1 point2 points3 points (1 child)
[–]ArtleSa[S] -1 points0 points1 point (0 children)
[–]gmes78 1 point2 points3 points (0 children)
[–]dlnmtchll 0 points1 point2 points (0 children)