Patches item #2789651, was opened at 2009-05-10 11:03 Message generated for change (Comment added) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2789651...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: rewrite Group: None
Status: Pending Resolution: Accepted
Priority: 5 Private: No Submitted By: liangent (liangent)
Assigned to: xqt (xqt)
Summary: proxy support for pywikibot
Initial Comment: run this first: apt-get install python-socksipy
then configure like this in user-config.py:
import httplib2 import socks proxy = httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, 'localhost', 8000)
some lines like this will be printed, but it works.
Configuration variable 'httplib2' is defined but unknown. Misspelled? Configuration variable 'socks' is defined but unknown. Misspelled?
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-02-16 17:04
Message: please confirm the documentation at config2.py
----------------------------------------------------------------------
Comment By: liangent (liangent) Date: 2009-12-01 05:54
Message: It's for the rewrite version.
----------------------------------------------------------------------
Comment By: siebrand (siebrand) Date: 2009-11-30 12:54
Message: This patch does not apply properly. "config2.py" and "threadedhttp.py" do not exists in pywikipediabot. Please submit a new patch. Status set to pending. Will be closed as invalid in case no corrected patch is submitted.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2789651...
pywikipedia-bugs@lists.wikimedia.org