瀏覽單個文章
Jiun Yu
Junior Member
 

加入日期: Jun 2012
文章: 733
引用:
作者隨風浮雲
tcp wrapper 不熟,恕刪...

你給的檔案有問題,大小完全不對。

代碼:
-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 行就停了
 
舊 2014-09-29, 02:34 PM #112
回應時引用此文章
Jiun Yu離線中