Hi,
I'm having difficulty running this script. I'm using Ubuntu with perl v2.6.5.
I try to run check-webkit-styles like this:
Tools/Scripts/check-webkit-style ./Source/WebCore/platform/qt/RenderThemeQt.cpp
but I get this error:
Tools/Scripts/check-webkit-style ./Source/WebCore/platform/qt/RenderThemeQt.cpp
Traceback (most recent call last):
File "Tools/Scripts/check-webkit-style", line 51, in <module>
from webkitpy.style_references import detect_checkout
File "/home/fabrizio/WebKit/Tools/Scripts/webkitpy/style_references.py", line
48, in <module>
from webkitpy.layout_tests import port
File
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/layout_tests/port/__init__.py",
line 34, in <module>
from test import unit_test_filesystem
File
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py", line
39, in <module>
import base
File
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py", line
46, in <module>
import websocket_server
File
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/layout_tests/port/websocket_server.py",
line 49, in <module>
from webkitpy.thirdparty.autoinstalled.pywebsocket import mod_pywebsocket
File "/home/fabrizio/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py",
line 67, in <module>
url_subpath="ClientForm.py")
File
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py",
line 482, in install
raise Exception(message)
Exception: Error auto-installing the ClientForm.py package to:
"/home/fabrizio/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/clientform/ClientForm.py"
--> Inner message: Could not download Python modules from URL
"http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip".
Make sure you are connected to the internet.
You must be connected to the internet when downloading needed modules for the
first time.
--> Inner message: [Errno socket error] [Errno 111] Connection refused
Can anyone tell me what might be missing?
Thanks,
Fabrizio
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help