Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 2.6.x で次のエラーが表示されます。これを修正するにはどうすればよいですか?
except (httplib.IncompleteRead), e: NameError: name 'httplib' is not defined
モジュールをファイルにインポート
import httplib
ファイルの先頭にあるモジュールをインポートします。