C:\Python38\python.exe "D:/03 教学/2023年春季Python/211/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 "C:\Python38\lib\io.py", line 52, in <module>
  File "D:\03 教学\2023年春季Python\211\abc.py", line 5, in <module>
RuntimeError: lost sys.stdout

 

原因:

调用的  "C:\Python38\lib\io.py"  有一句“import abc”

所以不能用 abc.py 给我们自己的文件命名。

python RuntimeError: lost sys.stdout_Python

 

 

======================