On 11/05/11 11:18, Johannes Radinger wrote: > Hello, > > I try to use r.series in a pyhton script as follows: > [...] > def main(): > grass.run_command("$r.series", input=options['input'], output="out_Test", method="median") There shouldn't be a $ in front of r.series here. Moritz