0
点赞
收藏
分享

微信扫一扫

pycharm文件名禁忌

萨科潘 2022-02-25 阅读 209

自己创建的文件名不能叫abc.py,不然会报如下错误
在这里插入图片描述
Fatal Python error: init_sys_streams: can’t initialize sys standard streams
Python runtime state: core initialized
Traceback (most recent call last):
File “D:\Anaconda\lib\io.py”, line 72, in
AttributeError: module ‘abc’ has no attribute ‘ABCMeta’

举报

相关推荐

0 条评论