gpt4 book ai didi

python - 使用 Python 导入 smtplib 时遇到问题

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:02 26 4
gpt4 key购买 nike

当我有一个简单的 python 代码时:

import smtplib

我收到错误:

Traceback (most recent call last):
File "C:\Users\David\Desktop\email.py", line 25, in <module>
from smtplib import SMTP_SSL as SMTP # this invokes the secure SMTP pr
otocol (port 465, uses SSL)
File "C:\Python27\lib\smtplib.py", line 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtm
l11/DTD/xhtml11.dtd">
^
SyntaxError: invalid syntax

我不确定我做错了什么。

最佳答案

唯一的解释是您的 smtplib.py 以某种方式被替换为 html 文件。尝试在文本编辑器中打开 C:\Python27\lib\smtplib.py 并检查。

我无法告诉你这是怎么发生的,但在这种情况下最好重新安装 python。

关于python - 使用 Python 导入 smtplib 时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17261063/

26 4 0
文章推荐: python - 如何从 Pandas 中的列中的每个值中减去 1
文章推荐: linux - 如何清理masscan输出(-oG)
文章推荐: html - 仅 CSS :
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com