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.
Created attachment 446203 [details] patch
Comment on attachment 446203 [details] patch Jonathan Bedard, thank you for reviewing.
Committed r286633 (?): <https://commits.webkit.org/r286633> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446203 [details].
<rdar://problem/86185060>