PyQt5报错Process finished with exit code -1073740791 (0xC0000409)
使用pyqt設計了一個界面,然后寫了一個讀取文件的函數,其中讀取文件部分代碼:
curPath = QDir.currentPath() # 獲取系統當前目錄 title = "打開一個文件" filt = "文本文件(*.txt *.csv *.xlsx);;程序文件(*.h *.cpp *.py);;所有文件(*.*)" fileName, flt = QFileDialog.getOpenFileName(self, title, curPath, filt)鏈接到一個按鈕,運行后在該界面點擊按鈕報錯:
Process finished with exit code -1073740791 (0xC0000409)
以下的方法僅供參考,謹在此記錄。
解決辦法:
這個錯誤其實原因很多的,所以在pycharm打開,run > edit configuration > emulate terminal in output console勾上,再運行一次,立馬提示出了什么錯誤。。。
我的錯誤:
即
TypeError: getOpenFileName(parent: QWidget = None, caption: str = ‘’, directory: str = ‘’, filter: str = ‘’, initialFilter: str = ‘’, options: Union[QFileDialog.Options, QFileDialog.Op
tion] = 0): argument 1 has unexpected type ‘Ui_MainWindow’
然后按照網上的方法把fileName, flt = QFileDialog.getOpenFileName(self, title, curPath, filt)中的self修改為None,該錯誤就解決了
還有另外一種情況會導致PyQt5報錯Process finished with exit code -1073740791 (0xC0000409)(以下錯誤來源于然終酒肆,在此記錄,以防將來遇到不好查找)
這次查它報錯 果不其然
這個控件名要有下劃線的
總結
以上是生活随笔為你收集整理的PyQt5报错Process finished with exit code -1073740791 (0xC0000409)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Shell】20天学会shell脚本命
- 下一篇: 光纤收发器测试方法大全