> python ./emsdk install latest

Thanks, that fixes the download, but I now get this when trying to activate.

>  python ./emsdk activate latest
Writing .emscripten configuration file to user home directory C:\Users\The
Razorback/
The Emscripten configuration file C:\Users\The Razorback\.emscripten has
been rewritten with the following contents:

import os
LLVM_ROOT='D:/devtools/emsdk-portable-64bit/clang/e1.37.35_64bit'
EMSCRIPTEN_NATIVE_OPTIMIZER='D:/devtools/emsdk-portable-64bit/clang/e1.37.35_64bit/optimizer.exe'
BINARYEN_ROOT='D:/devtools/emsdk-portable-64bit/clang/e1.37.35_64bit/binaryen'
NODE_JS='D:/devtools/emsdk-portable-64bit/node/8.9.1_64bit/bin/node.exe'
PYTHON='D:/devtools/emsdk-portable-64bit/python/2.7.5.3_64bit/python.exe'
JAVA='D:/devtools/emsdk-portable-64bit/java/8.152_64bit/bin/java.exe'
EMSCRIPTEN_ROOT='D:/devtools/emsdk-portable-64bit/emscripten/1.37.35'
SPIDERMONKEY_ENGINE = ''
V8_ENGINE = ''
TEMP_DIR = 'c:/users/theraz~1/appdata/local/temp'
COMPILER_ENGINE = NODE_JS
JS_ENGINES = [NODE_JS]

Failed to read environment variable PATH:
No module named win32api
Traceback (most recent call last):
  File "./emsdk", line 2337, in <module>
    sys.exit(main())
  File "./emsdk", line 2273, in main
    tools_to_activate = set_active_tools(tools_to_activate,
permanently_activate=arg_global)
  File "./emsdk", line 1814, in set_active_tools
    env_string = construct_env(tools_to_activate, False)
  File "./emsdk", line 1912, in construct_env
    newpath, added_path = adjusted_path(tools_to_activate)
  File "./emsdk", line 1875, in adjusted_path
    existing_path = win_get_environment_variable('PATH', system=True)
  File "./emsdk", line 222, in win_get_environment_variable
    win32api.RegCloseKey(folder)
UnboundLocalError: local variable 'win32api' referenced before assignment

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to