Cannot load settings from file ‘F:\Python\PycharmProjects\new\python-automation-course-17.idea\python-automation-course-17.iml’: Error on line 5: The content of elements must consist of well-formed character data or markup.
pychrom打开项目时出现以上报错,导致不能导入项目:
解决办法:在项目.idea目录下直接将python-automation-course-17.iml文件删除,pychrom重新导入该项目,/.idea目录下会重新生成一个python-automation-course-17.iml格式文件,然后就会发现项目能正常打开了;
参考大佬的答案,自个写来自个看的。
读书是学习,摘抄是整理,写作是创造。## Pychrom不能打开项目的一种情况