Skip to content

Instantly share code, notes, and snippets.

@astojilj
Created January 26, 2016 17:29
Show Gist options
  • Save astojilj/adb48f1242ca438421a4 to your computer and use it in GitHub Desktop.
Save astojilj/adb48f1242ca438421a4 to your computer and use it in GitHub Desktop.
C:\xwalk\src>python xwalk/gyp_xwalk
Enabled Psyco JIT.
Traceback (most recent call last):
File "xwalk/gyp_xwalk", line 375, in <module>
sys.exit(main())
File "xwalk/gyp_xwalk", line 262, in main
gyp_environment.SetEnvironment()
File "C:\xwalk\src\build\gyp_environment.py", line 18, in SetEnvironment
gyp_helper.apply_chromium_gyp_env()
File "C:\xwalk\src\build\gyp_helper.py", line 68, in apply_chromium_gyp_env
apply_gyp_environment_from_file(path)
File "C:\xwalk\src\build\gyp_helper.py", line 44, in apply_gyp_environment_from_file
file_val = file_data.get(var)
AttributeError: 'str' object has no attribute 'get'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment