Fw: statvfs?

David Fisher python at rose164.wuh.wustl.edu
Fri Mar 24 14:44:26 EST 2000


> ----- Original Message -----
> From: "Tomaz Ficko" <tomaz.ficko at agroruse.si>
> Newsgroups: comp.lang.python
> To: <python-list at python.org>
> Sent: Friday, March 24, 2000 12:23 AM
> Subject: statvfs?
>
>
> > 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.
> >
> Check you config.h for #define HAVE_STATVFS.  It should have been set to 1
> by configure if your os supports it.  If you think configure made a
mistake
> you can set it to 1 yourself, then 'make clean', then 'make'.
>
> Then pray. <wink>
>
> Good luck,
> David
>





More information about the Python-list mailing list