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
在文件顶部导入模块。