我已经在 pyqt5 中指定了 tabula.exe 的路径,当我运行代码时,只有 cmd 闪烁一秒钟并关闭。我尝试了以下
def openUrl(self):
url = QtCore.QUrl('C:/Users/DELL/Desktop/Tabula/tabula/tabula.exe')
if not QtGui.QDesktopServices.openUrl(url):
QtGui.QMessageBox.warning(self, 'Open Url', 'Could not open url')