1

我正在尝试使用 poplib 库使用 POP 协议连接到 gmail 服务器。它无法连接并出现错误:socket.gaierror: [Errno -2] Name or service not known

我可以从正在运行我的脚本的机器访问网络。

import poplib
pop_conn = poplib.POP3_SSL('pop.gmail.com',995, timeout=30)

Traceback (most recent call last):
  File "python", line 2, in <module>
socket.gaierror: [Errno -2] Name or service not known

请帮助纠正这个问题?

我从以下链接获得了 gmail 服务器名称: https: //support.google.com/mail/answer/7104828?hl= en&visit_id=1-636148818957220191-1947633130&rd=3

4

0 回答 0