这两天用PyQt5做毕设的GUI,报了几个错:
Process finished with exit code -1073741819 (0xC0000005)
Process finished with exit code -1073740791 (0xC0000409)

一、Process finished with exit code -1073741819 (0xC0000005)

打开Pycharm菜单,打开File – Settings – Build, Execution, Deployment – Python Debugger,取消勾选PyQt compatible
Pycharm使用PyQt5报错: Process finished with exit code
参考:https://blog.csdn.net/wangguan9527/article/details/82845409

二、Process finished with exit code -1073740791 (0xC0000409)

使用try except报错
Pycharm使用PyQt5报错: Process finished with exit code
Pycharm使用PyQt5报错: Process finished with exit code

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2021-12-19
  • 2021-07-22
  • 2022-01-19
  • 2021-12-08
  • 2022-01-17
猜你喜欢
  • 2021-08-21
  • 2021-11-15
  • 2021-05-24
  • 2021-06-26
  • 2021-03-31
  • 2021-06-09
相关资源
相似解决方案