【发布时间】:2014-02-08 05:05:25
【问题描述】:
我已经使用 pip 安装了 python“请求”模块:
C:\Users\Isaiah>c:/python33/scripts/pip.exe install requests
Downloading/unpacking requests
Installing collected packages: requests
Successfully installed requests
Cleaning up...
C:\Users\Isaiah>python.exe
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named requests
当我尝试导入它时得到上面显示的错误。什么给了?
【问题讨论】:
标签: python xmlhttprequest pip python-requests