[Webkit-unassigned] [Bug 128971] [GTK] webkit 2.3.5 build failure with python 3.3.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 08:17:53 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=128971

--- Comment #17 from Alberto Garcia <berto at igalia.com> ---
(In reply to comment #13)

> It's because cssmin.py uses the following shebang:
>
> #!/usr/bin/python
>
> For about four years now, this has declared that the script will run
> correctly under both python2 and python3 [1], but our script is only
> compatible with python2.

Is it really like that?

These work fine in my computer:

$ python2 --version
Python 2.7.10
$ python2 ./Source/WebInspectorUI/Scripts/cssmin.py < ./Source/WebCore/xml/XMLViewer.css > XMLViewer.min.css

$ python3 --version
Python 3.4.3+
$ python3 ./Source/WebInspectorUI/Scripts/cssmin.py < ./Source/WebCore/xml/XMLViewer.css > XMLViewer.min.css

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150915/f6d17534/attachment.html>


More information about the webkit-unassigned mailing list