首页 > 解决方案 > pyinstaller pyqt5 configparser.nosectionerror:no section "png_path": failed to execute script .py

问题描述

我正进入(状态

ConfigParser.NoSectionError:没有部分:'TestInformation'

使用此代码:

def LoadTestInformation(self): 
    config = ConfigParser.ConfigParser() 
    print(os.path.join(os.getcwd(),'App.cfg')) 

错误

标签: python-3.x

解决方案


推荐阅读