20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.77k stars 754 forks source link

Compile Source code with Embed python? #841

Closed woshisck closed 4 years ago

woshisck commented 4 years ago

hi I wonder if there is any way to change the UnrealEnginePython.Build.cs file to make it enable to compile access the embed python file since embedpython doesn't have a lib file, what should I change to do the compile ?

hoATwhiskytree commented 4 years ago

I've built mine with Python 3.6.5. Once you are done compiling, you can download the Python 3.6.5 embed package and copy it's content into your binary folder. I've been able to move this plugin into another machine, and it has been working fine....so far.

woshisck commented 4 years ago

oh

I've built mine with Python 3.6.5. Once you are done compiling, you can download the Python 3.6.5 embed package and copy it's content into your binary folder. I've been able to move this plugin into another machine, and it has been working fine....so far. oh thx, thought it needs to compile with the embeded version :D