【发布时间】:2015-05-29 17:38:03
【问题描述】:
这是Python 3.4 用户,在VS 2013 和PTVS...
我写了一个程序来绘制Matplotlib 的东西...输出已经生成,一切正常...
所以,我关闭了VS,现在我在一个小时后再次打开它,运行脚本,但是这次只要我按下F5,就会出现一个窗口并显示Python has stopped working...
output 窗口中有一个简短的日志,它断言:
The program '[9952] python.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
请谁能解密这个错误?!...
亲切的问候
.......................
编辑:
我刚刚又测试了一遍,没有任何变化……错误已经改成:
The program '[11284] python.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
Debug显示当程序指向matloptlib的绘图命令,即plt.show()时,会发生这个crash...
【问题讨论】:
标签: python visual-studio python-3.x matplotlib ptvs