Trying to compile to webassembly, keep getting same error

Link: libApplicationMain.a
Ranlib: libApplicationMain.a
emcc bin/emscripten/obj/Main.cpp -o bin/emscripten/obj/Main.o
Traceback (most recent call last):
  File "C:\Users\[user]\Desktop\Programs and files\emscripten\emscripten\1.37.21\\emcc", line 18, in <module>
    sys.exit(subprocess.call(['python2', os.path.join(os.path.dirname(os.path.realpath(__file__)), 'emcc.py')] + sys.argv[1:]))
  File "C:\Users\[user]\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 267, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:\Users\[user]\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "C:\Users\[user]\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

I’m not too bright when it comes to these sorts of things. My terminal shows it processing every file properly, but at the point it tries to perform the link, this error comes up every time.

Hmm, I wonder why it cannot find emcc.py. What platform?

I’m running on Windows 10 64 bit, using latest Lime and OpenFL libraries

This sounds like an issue with how Emscripten is set up on your system, I can attest that I have had some trouble getting it to work properly on Windows especially