Make the Python plugin work in the Ubuntu snap
#2.142 aberto em 17 de jun. de 2019
Métricas do repositório
- Stars
- (10.413 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 4h) (17 fundiu PRs em 30d)
Description
I have made some attempts at shipping the Python plugin in the snap, but the simply approach of building against Python and then relying on the system Python at runtime doesn't work (like it does for the AppImage):
Probably we need to ship a complete Python runtime environment rather than trying to rely on a system-installed Python on the user's side.
Shipping a Python runtime would also fix compatibility issues we're currently having if the system Python version is different from the one Tiled was compiled against (those issues also affect the AppImage and the Windows installer package).