[Webkit-unassigned] [Bug 230870] 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:48:00 PDT 2021


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

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
So, there are four problems here

1. ModuleNotFoundError (comment#0)
   Use relative imports
2. 'python' expects Python 2 (comment#1)
   Use sys.executable
3. ParseException (comment#2)
4. copied generate-js-builtins.py raises ImportError (comment#3)

-- 
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/5faecc7f/attachment.htm>


More information about the webkit-unassigned mailing list