ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Invalid syntax in mac_tool.py #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to compile the .py files to .pyc files

What is the expected output? What do you see instead?

SyntaxError: ('invalid syntax', 
('/opt/csw/lib/python2.6/site-packages/gyp/mac_tool.py', 506, 66, '      return 
{k: self._ExpandVariables(data[k], substitutions) for k in data}\n'))

What version of the product are you using? On what operating system?
This is with Python 2.6 on Solaris 10 Sparc.

Please provide any additional information below.

Original issue reported on code.google.com by honkma...@googlemail.com on 27 Feb 2014 at 4:53

GoogleCodeExporter commented 9 years ago
We require python 2.7.

Original comment by thakis@chromium.org on 3 Mar 2014 at 9:27