Has anyone managed to embbed python into a packaged version??
avivazran opened this issue · 1 comments
If so, can you please post a detailed explanation how to do it?
I did, however I don't have detailed instructions, but this is the build script:
https://github.com/RainbowRedux/RainbowRedux/blob/master/Build.bat
Normal Unreal build on line 18, followed by some file copies on lines 25-30. There was something strange with how DLLs for site-packages (specifically PIL) were searched for which is why they are copied into a ProjectName\ProjectName path.
For ease of packaging on build machines I've included some files required directly in my repo. These are a straight copy of the python embedded distribution zip, and some site-packages from pip and a full python installation. You can see them here:
https://github.com/RainbowRedux/RainbowRedux/tree/master/Redist