statvfs?

Fredrik Lundh effbot at telia.com
Mon Mar 27 16:25:43 EST 2000


Tomaz Ficko <tomaz.ficko at agroruse.si> wrote:
> I'm using Python 1.5.2 on Suse Linux 6.3 I've been trying to use the
> os.statvfs function, but it looks like I don't have it. I compiled Python
> from source.
> What I'm missing here.

an operating system that supports the
statvfs C API, perhaps?

(the configure scripts looks for a working
statvfs. if os.statvfs isn't there, your sys-
tem doesn't support it)

</F>





More information about the Python-list mailing list