[Webkit-unassigned] [Bug 100116] webkit-patch doesn't work without irclib at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 07:14:47 PDT 2012


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





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2012-10-23 07:15:50 PST ---
Now I got a similar, but different backtrace:
Traceback (most recent call last):
  File "Tools/Scripts/webkit-patch", line 44, in <module>
    from webkitpy.tool.main import WebKitPatch
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/tool/main.py", line 38, in <module>
    from webkitpy.common.net.irc import ircproxy
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/net/irc/ircproxy.py", line 31, in <module>
    from webkitpy.common.net.irc.ircbot import IRCBot
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/net/irc/ircbot.py", line 32, in <module>
    from webkitpy.thirdparty.autoinstalled.irc import ircbot
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 86, in find_module
    self._install_irc()
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 143, in _install_irc
    url_subpath="irclib.py")
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py", line 481, in install
    raise Exception(message)
Exception: Error auto-installing the irclib.py package to:
 "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/irc/irclib.py"
 --> Inner message: Could not download Python modules from URL "http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.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: ('http protocol error', 0, 'got a bad status line', None)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list