UnrealEngineHTML5 / Documentation

540 stars 183 forks source link

Running ./HTML5Setup.sh on windows/mingw64 not working because of missing python3 #152

Open richard-ioi opened 1 year ago

richard-ioi commented 1 year ago

I have python3.10 installed on my computer, via the official installer (https://www.python.org/downloads/) It can be launched by typing 'python' (and not 'python3').

After running ./HTML5Setup.sh I had the following error, in french (it stands for Python is not found) :

Python est introuvable. ExÚcutez sans argument pour procÚder Ó l

This is odd because python was successfully runable inside mingw64.

After doing some researches, I understood that emsdk executed python via the cmd python3 and not python.

I resolved the following by installing python via the microsoft store which uses the cmd line python3 (and not python).

Mootbing commented 1 year ago

you need to change the cs file (search for the issue in here)