转自:https://gist.github.com/lxneng/1031014(env)~/env pip install pycurlDownloading/unpacking pycurl Downloading pycurl-7.19.0.tar.gz (71Kb): 71Kb downloaded Running setup.py egg_info for package
目前的openwrt trunk版本并未找到curl的身影,可通过如下步骤将curl加入openwrt系统源码.
1.将https://dev.openwrt.org/browser/packages/libs?rev=22322&order=name中curl目录下载至 openwrt源码根目录对应的 package/libs/curl下
2.在openwrt源码根目录下执行make
[root@qilincaizhe-vmlnx ~]# python -V
Python 2.7.2
[root@qilincaizhe-vmlnx ~]#easy_
install
pycurl
Searching for pycurl
Reading
http://pypi.python.org/simple/pycurl/
Reading
http://pycurl.source
Using cached pycurl-7.43.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/tmp/pi...
[root@cm01 software]# pip3
install
pyspider
Collecting pyspider
Using cached pyspider-0.3.9.tar.gz
Collecting pycurl (from pyspider)
Usi...
age =input('you think you input number ?')
print age12
you think you input number ?jackCheng
Traceback (m...