python config模块 python运行报错nomodulenamedconfigparser?
python运行报错nomodulenamedconfigparser?&Gt&Gt&Gt import configparsertraceback(最近一次调用last):文件“<stdin&G
python运行报错nomodulenamedconfigparser?
&Gt&Gt&Gt import configparsertraceback(最近一次调用last):文件“<stdin&Gt”,第1行,在<module>importerror:没有名为configparser的模块
因为您没有这个类,python有一个名为configparser的类,用于配置解析
但是在您的情况下,可能是拼写错误,并且应该是大写的configparser