An unhandled win32 exception occurred in python.exe

An unhandled win32 exception occurred in python.exe
python.exe中发生未处理的win32异常

1、安装python出现了下图中的问题,同时登录qq也缺失一个应用扩展程序

An unhandled win32 exception occurred in python.exe_第1张图片
点击调试程序,报以下错误
An unhandled win32 exception occurred in python.exe_第2张图片
qq也不能登录了
An unhandled win32 exception occurred in python.exe_第3张图片
解决方法: 安装Visual Studio,我安装的是2017版本的。安装的时候会说缺少.net一个组件,根据提示去下载好了。

2、python.exe中发生了未经处理的win32异常----还是未能解决

安装好了Visual Studio,qq可以登录了,继续运行python,接着出现了一下问题。
32位处理异常。
An unhandled win32 exception occurred in python.exe_第4张图片
在网上搜到解决办法
在这里插入图片描述
我试了,但是还是不起作用。
还用了其他的方法,依然不能解决问题。进入调试说不能将libopenblas模块转换为二进制文件
An unhandled win32 exception occurred in python.exe_第5张图片An unhandled win32 exception occurred in python.exe_第6张图片

网上的方法都试过了,还是不行,在D盘重装了一个win10系统,用win10再跑程序就不会报错了。估计就是我的电脑原装是win10系统,所以装win7就有很多bug。现在回想一下我应该换一个Visual Studio的版本,不知道会不会有用,有时间试一试。

你可能感兴趣的:(python)