我已经安装了 python 2.7 并尝试在下面运行总是给出错误的代码:
# !/usr/bin/python
import os, sys
stinfo = os.statvfs("C:\Tools")
错误如下:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'statvfs'
有什么线索可以让它工作吗?