Python 2.7.12运行时错误。应用程序请求运行时以异常方式终止

时间:2017-05-01 06:34:44

标签: python matplotlib

运行代码时

    .search_results {
 > div {
  margin-bottom: 25px;
  padding: 1px 0px 2px 4px;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px grey;
  border-radius: 2px;
  text-decoration: none !important;
  color: black;
 }
 p,
 h3 {
  text-decoration: none;
 }
 &:focus {
  text-decoration: none !important;
 }
    &:hover {
  text-decoration: none !important;
 }
    &:active {
  text-decoration: none !important;
 }
}

我收到错误

enter image description here

如何阻止此消息显示?

1 个答案:

答案 0 :(得分:1)

由于新程序与旧图形驱动程序的兼容性问题,我在程序中发现了类似的错误。右键单击pythonw.exe并检查兼容模式,看看是否有不同的选项,例如"以256色运行"或"以兼容模式运行"。应取消选中任何内容,以便运行最新版本的驱动程序。您也可以尝试重新安装python发行版或matplotlib库。尝试使用pip install --upgrade matplotlib