我在 IDLE 中输入的第一行是
from foundation import FormParameters
我收到这样的错误
>>> from foundation import FormParameters
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from foundation import FormParameters
File "C:\Python32\lib\foundation\FormParameters.py", line 19
con_str = StringIO()
^
TabError: inconsistent use of tabs and spaces in indentation
因为它是一个标准库,我可以更改它吗?还是有其他办法?