Platform (e.g. "pepper_14"): Default
Toolchain variant (e.g. "newlib" or "glibc"): Default
What steps will reproduce the problem?
1. install
What is the expected output?
goodness
What do you see instead?
Could not find path: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms
Please provide any additional information below.
I have VS2012 and VS2013. VS2012 looks like it is supported in the install.py
script. However this fails:
D:\nacl_sdk\vs_addin>install --vsuser-path="%USERPROFILE%\My Documents\Visual St
udio 2012"
Traceback (most recent call last):
File "D:\nacl_sdk\vs_addin\install.py", line 318, in <module>
rtn = main()
File "D:\nacl_sdk\vs_addin\install.py", line 246, in main
options, args = parser.parse_args()
File "C:\Python27\lib\optparse.py", line 1399, in parse_args
stop = self._process_args(largs, rargs, values)
File "C:\Python27\lib\optparse.py", line 1439, in _process_args
self._process_long_opt(rargs, values)
File "C:\Python27\lib\optparse.py", line 1514, in _process_long_opt
option.process(opt, value, values, self)
File "C:\Python27\lib\optparse.py", line 788, in process
self.action, self.dest, opt, value, values, parser)
File "C:\Python27\lib\optparse.py", line 800, in take_action
values.ensure_value(dest, []).append(value)
AttributeError: 'tuple' object has no attribute 'append'
Original issue reported on code.google.com by t...@loqu8.com on 14 Mar 2014 at 7:53
Original issue reported on code.google.com by
t...@loqu8.com
on 14 Mar 2014 at 7:53