--- projects/pystatgrab/README 2004/03/25 23:01:13 1.3 +++ projects/pystatgrab/README 2005/04/14 17:19:11 1.4 @@ -1,7 +1,7 @@ pystatgrab README http://www.i-scream.org/pystatgrab/ -$Id: README,v 1.3 2004/03/25 23:01:13 tdb Exp $ +$Id: README,v 1.4 2005/04/14 17:19:11 tdb Exp $ pystatgrab contains python bindings for libstatgrab. For information on libstatgrab see the libstatgrab website given above. @@ -10,6 +10,10 @@ There is currently very little documentation for pysta Installation is a normal distutils setup: ./setup.py install + +If the installer has problems finding libstatgrab you may need to set +PKG_CONFIG_PATH to /lib/pkgconfig - where prefix is the prefix +you used when installing libstatgrab (default is /usr/local). The functions available through pystatgrab directly match those of the libstatgrab functions. Documentation on those functions can be