瀏覽單個文章
隨風浮雲
Advance Member
 
隨風浮雲的大頭照
 

加入日期: Mar 2003
您的住址: 天上人間
文章: 449
引用:
作者Jiun Yu
-rw-r--r-- 1 jiunyu jiunyu 95280 Sep 29 14:17 bypy.py

[jiunyu:/tmp] $ sha1sum bypy.py
596616b696ba0303b2f7deaef18f20bb67738791 bypy.py
我上傳的 bypy.py 大小為 95280 byte (95.28KB),而且可以跑說...

[jiunyu:/tmp] $ python bypy.py
Fail to import the 'requests' library
You need to install the 'requests' python library
You can install it by running 'pip install requests'
Traceback (most recent call last):
File "bypy.py", line 214, in <module>
import requests
ImportError: No module named requests
因為我沒裝 requests library,所以跑到 214 行就停了

請問你的python 版本是多少?
舊 2014-09-29, 02:58 PM #113
回應時引用此文章
隨風浮雲離線中