iFeatureOmega-GUI icon indicating copy to clipboard operation
iFeatureOmega-GUI copied to clipboard

安装iFeatureOmega-GUI时,configparser不兼容新版本python,Python 3中的configparser模块已经不再使用SafeConfigParser,而是改为使用RawConfigParser。

Open YR-001 opened this issue 1 year ago • 0 comments

安装时,AttributeError: module 'configparser' has no attribute 'SafeConfigParser'错误表明在您的Python环境中,configparser模块中没有SafeConfigParser属性。

这个错误通常发生在Python 3中,因为Python 3中的configparser模块已经不再使用SafeConfigParser,而是改为使用RawConfigParser。

YR-001 avatar Apr 02 '24 08:04 YR-001