WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
256465
Python syntax error making Build failed on cygwin64
https://bugs.webkit.org/show_bug.cgi?id=256465
Summary
Python syntax error making Build failed on cygwin64
jaybhaskar
Reported
2023-05-08 08:05:11 PDT
Python syntax error making Build failed on cygwin64 Following errors occurs /Source/WebCore/css/process-css-properties.py", line 39 def quote_iterable(iterable, *, mark='"', suffix=''): ^ SyntaxError: invalid syntax
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2023-05-08 13:22:25 PDT
Are you using Python 2? Do you install Python 3?
jaybhaskar
Comment 2
2023-05-09 04:10:31 PDT
I am Using python2
jaybhaskar
Comment 3
2023-05-09 18:27:59 PDT
It looks like, we have to use python3, but the script should be written such as it should work on python2 also.
Fujii Hironori
Comment 4
2023-05-09 18:41:38 PDT
Right. But, if you install python3, the build script will use it.
jaybhaskar
Comment 5
2023-05-11 07:48:34 PDT
Thanks
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug