1、TabError: inconsistent use of tabs and spaces in indentation
解决方法:在pycharm界面点击Code选择Reformat Code
错误原因:IDE分不清是table还是空格(混用了)(多出现在别处粘来代码直接使用时)
2、pycharm中报the IDE is running low on memory的解决办法
第一步:
找到Help中的Edit Cusetom VM Options…
第二步:
修改-Xms -Xmx -XX的值 如果自己电脑内存够大,可以往大一点调
我这里将Xmx设置成4096(4G)一般是够用的
3、pycharm中File size exceeds configured limit (…),文件大小不够的问题
第一步:
找到Help中的Edit Custom Properties…
第二步:
将filesize的大小调整到99999
第三步:
重启pycharm