masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

cacerts.txt does not exist within the python3 folder inside httplib2-0.7.1.zip #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using Python 3 in Windows 7
2. Unzipped the httplib2-0.7.1.zip
3. ./httplib2-0.7.1/python3/httplib2/ does not have the 'cacerts.txt' file

What is the expected output? What do you see instead?
I kept getting an IOError saying file or directory not found. After looking 
through the source I found that it's looking for the file 'cacerts.txt' which 
is missing from the python3 directory within the httplib2 archive.

What version of the product are you using? On what operating system?
httplib2-0.7.1
Windows 7
Python 3

Please provide any additional information below.
I copied the ./httplib2-0.7.1/python2/httplib2/cacerts.txt from the extracted 
archive to <my python directory>/Lib/site-packages/httplib2 and it works now as 
expected.

Original issue reported on code.google.com by nXi...@gmx.com on 22 Jul 2011 at 9:17

GoogleCodeExporter commented 8 years ago
I confirm that the same problem appears on Linux and the latest PyPI version 
(0.7.1)

Original comment by pe...@smitmail.eu on 29 Jul 2011 at 6:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Confirmed.

Original comment by sethlivi...@gmail.com on 12 Aug 2011 at 6:13

GoogleCodeExporter commented 8 years ago
I'd like to see this bug's priority elevated. httplib2 is currently broken 
under Python 3 when using https. Seems like this should be easy to fix. As it 
is now, every time I pip install httplib2 into a virtualenv, I need to manually 
install a copy of cacerts.txt. There is more discussion here: 
http://stackoverflow.com/questions/7043756/how-do-i-make-calls-to-aws-with-pytho
n-3-and-httplib2-on-windows-7/7051350

Original comment by jdn...@gmail.com on 4 Nov 2011 at 1:35

GoogleCodeExporter commented 8 years ago
Fixed in 
http://code.google.com/p/httplib2/source/detail?r=1240d56a1d03f6c868e59776e22fde
f34e272ed4

Original comment by joe.gregorio@gmail.com on 6 Jan 2012 at 2:39

GoogleCodeExporter commented 8 years ago
Thank you!

Original comment by jdn...@gmail.com on 6 Jan 2012 at 3:45