Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 13th, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. scons: Reading SConscript files ...
  2. WindowsError: [Error 2] The system cannot find the file specified:
  3.   File "C:\Users\Chase\code\titanium_mobile\SConstruct", line 6:
  4.     import package
  5.   File "c:\Users\Chase\code\titanium_mobile\site_scons\package.py", line 30:
  6.     p = subprocess.Popen([gitCmd,"show","--abbrev-commit"],stderr=subprocess.PIPE, stdout=subprocess.PIPE)
  7.   File "c:\Python27\lib\subprocess.py", line 679:
  8.     errread, errwrite)
  9.   File "c:\Python27\lib\subprocess.py", line 893:
  10.     startupinfo)