Bug#781781: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-06-03 Thread Simon John
On 03/06/15 15:59, Daniele Tricoli wrote: > The packaged version of requests reside on /usr/lib/python2.7/dist- > packages/requests/, did you installed it with a "sudo pip install”? Anyway > packaged version of requests doesn't use “.packages.*” as import point. deleting /usr/local/lib/python2.7

Bug#781781: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-06-03 Thread Daniele Tricoli
Hello Simon, thanks for your report! On Monday 01 June 2015 12:54:23 Simon John wrote: > I'm on Scratch/Sid and am still getting the old SSLv3 error with the > 1.10 packages, did the patch not make it in? I can assure that the patch was merged also upstream. But I have a possible idea about your

Bug#781781: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-06-01 Thread Simon John
I'm on Scratch/Sid and am still getting the old SSLv3 error with the 1.10 packages, did the patch not make it in? $ python -c 'import requests' Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 53, in from .pac

Bug#781781:

2015-04-16 Thread Daniele Tricoli
Hello Daniel, On Friday 17 April 2015 01:13:44 Daniel Koch wrote: > I replied because i am facing the same error. I did not intend to be rude. I misunderstood your message: I thought you were suggesting to import the patch you mentioned to fix this issue, but I made that patch to fix the SSLv3

Bug#781781:

2015-04-16 Thread Daniele Tricoli
On Friday 17 April 2015 00:12:45 Daniel Koch wrote: > The issue was fixed in commit b9b3b0102² which is part of the 1.10 > release of urllib3. Oh, yes. This is the patch I made[¹] to fix the SSLv3 issue. I sent upstream as a comment[2] and Donald Stufft kindly made a proper PR. I will wait some

Bug#781781: (no subject)

2015-04-16 Thread Daniel Koch
As of sk1p from stackoverflow¹: This is actually an issue with urllib3, not with pyopenssl. Debian lately compiles OpenSSL without SSLv3 support, and urllib3 just assumed that support was there. The issue was fixed in commit b9b3b0102² which is part of the 1.10 release of urllib3. [1] http:

Bug#781781: python-urllib3: Despite claims, it still throws AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-04-03 Thread Daniele Tricoli
tag 781781 + moreinfo thanks Hello Tim, thanks for the report! Tim Sailer wrote: > Attempting to install python-pygeoip via pip results in: > [truncated] > File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line > 53, in from .packages.urllib3.contrib import pyopenssl > File

Bug#781781: python-urllib3: Despite claims, it still throws AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-04-02 Thread Tim Sailer
Package: python-urllib3 Version: 1.10-1 Severity: normal Dear Maintainer, Attempting to install python-pygeoip via pip results in: [truncated] File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 53, in from .packages.urllib3.contrib import pyopenssl File "/usr/loca