[Webkit-unassigned] [Bug 31533] New: bugzilla-tool should detect python < 2.5 and show a nice error message
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 16 01:31:36 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31533
Summary: bugzilla-tool should detect python < 2.5 and show a
nice error message
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: ddkilzer at webkit.org, fishd at chromium.org,
abarth at webkit.org, dglazkov at chromium.org,
levin at chromium.org
bugzilla-tool should detect python < 2.5 and show a nice error message
Google has this screwy config where "python" maps to python 2.4 instead of
python 2.5 on the corp image. Presumably this will go away when we migrate to
snow leopard, but for now everyone who tries bugzilla-tool on a google mac gets
an ugly parse error.
We could fix this via:
1. Using a different #! line, like: "#!/usr/bin/env python2.5"
2. Detecting python < 2.5 (or missing ternary operators) and show a nice error
message, including even something about how to fix your Google mac. :)
3. Some other nifty hack.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list