如何在 Windows 7 64 下为 python 安装 httplib2?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5956891/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:49:51  来源:igfitidea点击:

how do I install httplib2 for python under windows 7 64?

pythonwindowswindows-7installhttplib2

提问by ar.dll

Only instructions I can find refer to unix/linux?

我只能找到有关 unix/linux 的说明?

回答by Zuljin

cd httplib2-0.6.0
python setup.py install

回答by Sridhar Ratnakumar

If you do not want to go through compile orgy, stranger errors and terror,

如果你不想经历编译狂欢、陌生人错误和恐怖

  1. Install ActivePython(32-bit)
  2. Open Command Prompt and type pypm install httplib2
  1. 安装 ActivePython(32 位)
  2. 打开命令提示符并键入 pypm install httplib2