中文AttributeError type object QFileDialog has no attribute getSaveFileNames
这个错误是因为您正在使用 PyQt5 的旧版本。在旧版本中,QFileDialog 没有 getSaveFileNames 方法。请升级到最新版本的 PyQt5,或者使用 QFileDialog.getSaveFileName 方法来替换。
原文地址: https://www.cveoy.top/t/topic/3VE 著作权归作者所有。请勿转载和采集!