... because in the python script there is in line 120
reg = grass.region()
but it should be the python equivalent to bash
eval `g.region -gm | grep res`
note the -m flag. This is necessary because the input buffer distance
for r.buffer must be in meters.
Markus M