当我运行以下命令时:
import sys
if __name__ == '__main__':
print 'before exit'
sys.exit(0)
输出是:
before exit
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
我不知道为什么会发生异常,但有人建议它可能是 Python 安装不当。我想知道是否有人知道解决此问题的方法?我正在运行 Windows 7 x64,但所有内容都安装了 x32。