| | 136 | === Problems with Python auto-update === |
| | 137 | You may encounter errors when the build environment attempts to install Python modules when running Cygwin in a Windows host OS inside a VMWare instance. The errors will look like the following: |
| | 138 | {{{ |
| | 139 | webkitpy.common.system.autoinstall: INFO Auto-installing package: eliza.py |
| | 140 | webkitpy.common.system.autoinstall: INFO From: "http://www.adambarth.com |
| | 141 | /webkit/eliza" |
| | 142 | webkitpy.common.system.autoinstall: INFO To: "/cygdrive/e/Projects/Web |
| | 143 | Kit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/eliza.py" |
| | 144 | Traceback (most recent call last): |
| | 145 | File "/cygdrive/e/Projects/WebKit/Tools/Scripts/test-webkitpy", line 266, in < |
| | 146 | module> |
| | 147 | Tester().run_tests(sys.argv, external_package_paths) |
| | 148 | File "/cygdrive/e/Projects/WebKit/Tools/Scripts/webkitpy/test/main.py", line 1 |
| | 149 | }}} |
| | 150 | |
| | 151 | This seems to happen when running VMWare in NAT networking mode. If you switch to Bridged networking, everything should work properly. |
| | 152 | |