New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support HTTP_PROXY when run -U command to find which uploaded packages are outdated #19
Comments
|
http://docs.python.org/library/xmlrpclib.html#xmlrpc-client-example shows how to use a custom transport class, which works with a proxy. do you like to work on a patch? |
|
I can try, but I have no prior experience in this area. |
|
|
Thanks, I created a feature branch for this issue since it's not ready yet (python 3 support is missing), |
|
Thank you. |
|
I've merged this into master. python 3 support is still missing, i.e. the proxy setting is being ignored on python 3. |
|
So @schmir the only file involved with this is |
|
I don't remember any specific problem. Sorry. |
|
After searching a couple of days, I'm giving up on this :-( Pyhon's XML-RPC support across version is very unstable. This fact, combined with PyPi-server's well-known network problems, makes the time required to ensure a stable and tested implementation disproportionately high compared to the benefits from utilizing an http-proxy when running the I note that this check-for-updates-on-all-uploaded-packages command is not necessary for the core service offered by this project, and any dependencies (i.e. the |
pypi-server -U [OPTIONS] [PACKAGES_DIRECTORY]seems to fail due to lack of proxy support. I have tried to sethttp_proxybut it has no effect. pip is working fine with the proxy.[edit by @ankostis]: Error was:
The text was updated successfully, but these errors were encountered: