Open GoogleCodeExporter opened 9 years ago
Sounds like a proxy error. Are you behind a proxy? If so, check the FAQ:
http://code.google.com/p/googlecl/wiki/FAQ
I haven't tested GoogleCL with Python 2.7, but that shouldn't be the issue.
Errors from httplib are typically caused by your internet connection settings,
so if the fix for proxies does not work, your best bet is to search online for
a solution.
Original comment by tom.h.mi...@gmail.com
on 12 Aug 2010 at 1:58
The link you give explains the problem but doesn't solve it. All files within
libary.zip are pyo files, which as far as I can see can not be edited with a
standard editor. Am I missing some config-file or where do I have to change
these proxy settings? (this is all on windows, without administrative rights)
Original comment by verbeke....@gmail.com
on 1 Sep 2010 at 8:49
Are you using the exe from the .zip file, or the source code from the .tar.gz?
I think you can set the proxy settings for the current shell with the following
commands:
set http_proxy=http://<my_proxy>:<my_port>
set https_proxy=https://<my_proxy>:<my_port>
So my guess is: get the source code version, set those variables, then try the
command. Someone with more Windows experience may be able to tell you how to
set the variables for use with the .exe
You may need to set use HTTP_proxy and HTTPS_proxy instead/also.
Original comment by tom.h.mi...@gmail.com
on 1 Sep 2010 at 6:59
Original issue reported on code.google.com by
sanjayja...@gmail.com
on 12 Aug 2010 at 9:05