Hello @bwoodsend, thanks for the interest. It's still a work-in-progress, but here is what I've done to let appimage-builder work:
1. create a Docker image with Python 3.9 compiled in a temp directory (say /opt/python3.9) 2. created an appimage-builder yml file with a "script" section, moving the contents of the Python dir in AppDir/usr (where all files reside) 3. profit (see the latest develop commit <https://github.com/elegos/aws-glue-manager/tree/1ea583826ee0f81ddb368d40d0065ffa64482b3f> ) Now I'd like to remove the custom docker image in order to make it github actions compatible, though that would mean using a custom repository (as APT-compatible OSes does not seem to have python 3.9 out of the box). Il giorno martedì 6 aprile 2021 alle 08:58:54 UTC+2 bwoodsend ha scritto: > Ughh, I've given it a shot and I can't get appimage to do anything either. > Do you have to use it? It's hideous. > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/0c8f50a4-9498-42cb-9abf-4b411e35cda7n%40googlegroups.com.
