Comment 1 for bug 1028099

Revision history for this message
Jason X. (jasxun) wrote :

charm doe not respect system proxy settings, you have to modify /usr/share/charm-tools/scripts,

adding:
  proxy_info = httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, 'your.proxy.server', your_proxy_port)
to the Launchpad.login_anonymously function call.

socks and httplib2 packages should be imported.