Python之TabError: inconsistent use of tabs and spaces in indentation和ModuleNotFoundError:No module na

Posted TOBESTRONGEST

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python之TabError: inconsistent use of tabs and spaces in indentation和ModuleNotFoundError:No module na相关的知识,希望对你有一定的参考价值。

1.TabError: inconsistent use of tabs and spaces in indentation

这是我的代码,感觉没啥不对,

后来运行之后出现了下面的错误,我也是弄了好久才弄好这个bug。

.

这个一般是由于你用编译器写代码时的Tab符和空格符混用引起的。对于Notepade++来说,只要你设置“显示空格和制表符”就行。

1.点击如下按钮:

2.手动设置:

View->Show Symbl->Show All Characters

 

下面是设置之后我的代码,这样就很容易看出来我的代码哪里有问题:

 

2.ModuleNotFoundError:No module named \'win32api\'

真是令人烦躁,解决了这个问题之后,又出现了如下问题:

解决这个问题的办法如下:打开命令行,安装pypiwin32

 

以上是关于Python之TabError: inconsistent use of tabs and spaces in indentation和ModuleNotFoundError:No module na的主要内容,如果未能解决你的问题,请参考以下文章

Python文件运行时报TabError: inconsistent use of tabs and spaces in indentation

Python--报错TabError: inconsistent use of tabs and spaces in indentation

Python--报错TabError: inconsistent use of tabs and spaces in indentation

python运行错误---TabError: Inconsistent use of tabs and spaces in indentation

django orm 分页(paginator)取数据出现警告manage.py:1: UnorderedObjectListWarning: Pagination may yield inconsi

TabError:缩进中制表符和空格的使用不一致 - 集成 MailChimp Django