Top "Urllib3" questions

`urllib3` is a 3rd-party Python HTTP library with thread-safe connection pooling, file post, and more.

Python Requests throwing SSLError

I'm working on a simple script that involves CAS, jspring security check, redirection, etc. I would like to use Kenneth …

python ssl python-requests urllib3
Suppress InsecureRequestWarning: Unverified HTTPS request is being made in Python2.6

I am writing scripts in Python2.6 with use of pyVmomi and while using one of the connection methods: service_instance = …

python python-2.6 suppress-warnings urllib3 pyvmomi
What should I use to open a url instead of urlopen in urllib3

I wanted to write a piece of code like the following: from bs4 import BeautifulSoup import urllib2 url = 'http://www.…

python web-scraping beautifulsoup urllib3
Python's requests "Missing dependencies for SOCKS support" when using SOCKS5 from Terminal

I'm trying to interact with an API from my Python 2.7 shell using a package that relies on Python's requests. Thing …

python python-2.7 python-requests socks urllib3
No module named urllib3

I wrote a script to call an API and ran it successfully last week. This week, it won't run. I …

python xml python-2.7 urllib3
How to fix ImportError: No module named packages.urllib3?

I'm running Python 2.7.6 on an Ubuntu machine. When I run twill-sh (Twill is a browser used for testing websites) in …

python urllib2 urllib3 twill
Python (pip) - RequestsDependencyWarning: urllib3 (1.9.1) or chardet (2.3.0) doesn't match a supported version

I found several pages about this issue but none of them solved my problem. Even if I do a : pip …

python pip python-requests urllib3 chardet
What's the best way to download file using urllib3

I would like to download file over HTTP protocol using urllib3. I have managed to do this using following code: …

python download urllib3
Convert string to JSON in Python?

I'm trying to convert a string, generated from an http request with urllib3. Traceback (most recent call last): File "<…

python json urllib3
pip, proxy authentication and "Not supported proxy scheme"

Trying to install pip on a new python installation. I am stuck with proxy errors. Looks like a bug in …

python pip urllib pypi urllib3