hi graham is it possible to get/post to a class? my.py --------- class A: def go(self,req): req.write('hello'+%s)%name http://localhost/my.py/A/go?name=joe joseluis