[Webkit-unassigned] [Bug 230870] Windows Python 3 fails to run run-builtins-generator-tests : ModuleNotFoundError: No module named 'builtins_model'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 20:03:33 PDT 2021


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 439560

  --> https://bugs.webkit.org/attachment.cgi?id=439560&action=review

WIP patch

This isn't a Windows Python3 specific issue.
webkitpy/codegen/main.py explicitly invoke 'python'. It expects this is Python 2.
https://github.com/WebKit/WebKit/blob/b8f82ead5a81881d83127c9b5592c1b30e0797c9/Tools/Scripts/webkitpy/codegen/main.py#L41

I confirmed the same error happens if I replace it with sys.executable on Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210929/3f5d65a6/attachment-0001.htm>


More information about the webkit-unassigned mailing list