[Webkit-unassigned] [Bug 233936] New: [webkitcorepy] Fail to install python module when a working directory is not on C drive on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 10:28:09 PST 2021


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

            Bug ID: 233936
           Summary: [webkitcorepy] Fail to install python module when a
                    working directory is not on C drive on Windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Yousuke.Kimoto at sony.com

On Windows, autoinstall.py fails to install python modules when your working directory is not on C drive.

For example, your working path is D:/working_dir and launching "run-webkit-httpd".
Then you will see:
   ImportError: No module named xxxxx
Because python modules are installed at C:/working_dir, "run-webkit-httpd" can't find the installed modules on your working directory (D drive).

For Windows, a drive letter where your working directory exists should be passed to "--root" option of "setup.py" in autoinstall.py.

-- 
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/20211207/3c59dd99/attachment.htm>


More information about the webkit-unassigned mailing list