I'm using wikitools to acces the wikipedia API, but I'm behind a proxy and I have no idea how to access the website through the proxy when the accessing process is on the form:
site = wiki.Wiki("http://en.wikipedia.org/w/api.php")
req = api.APIRequest(site, params)
where params is the parameters I want extracted.