dimahardie / google-breakpad

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

GYP is not compatible with python 3.1 #411

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. config system to use C:\Python31\python.exe
2. src\tools\gyp\gyp.bat src\client\windows\breakpad_client.gyp
3. Got syntax error

  File "D:\workspace\svn\google-breakpad\src\tools\gyp\/gyp", line 12
    except ImportError, e:
                      ^
SyntaxError: invalid syntax

What is the expected output? What do you see instead?
Expect no error. 
Got syntax error.

What version of the product are you using? On what operating system?
Python 3.1 on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by onegazh...@gmail.com on 17 Nov 2010 at 7:46

GoogleCodeExporter commented 8 years ago
I'm fairly sure we don't care to support Python 3 at this time.

Original comment by ted.mielczarek on 15 Dec 2010 at 2:01

GoogleCodeExporter commented 8 years ago
Are you kidding? 

"Python 3.1 final was released on June 27th, 2009."

That's over a year back.

Original comment by daniel.g...@gmail.com on 5 Jan 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Here’s another bit of irrelevant information: “Python 2.7 was released on 
July 3rd, 2010.” That’s less than a year back!

Here’s something that’s way more relevant: we’re currently bound to 
Python 2 because of its large installed base. That doesn’t preclude Python 3 
support, but since I don’t have any users who NEED to run Python 3 and 
can’t run Python 2 at the moment, it’s kind of irrelevant. I can promise 
Python 3 support as soon as there’s a need (for me, my users, my team). Until 
then, patches welcome.

Original comment by mark@chromium.org on 5 Jan 2011 at 2:18