Patches item #2789651, was opened at 2009-05-10 11:03 Message generated for change (Comment added) made by siebrand 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: None Priority: 5 Private: No Submitted By: liangent (liangent) Assigned to: Nobody/Anonymous (nobody) 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: 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