"Peter K." wrote: > Sorry, there was a mistake in the code: > File m.py: > > class Application: > "Application" > def hello(self): > "Hello" > return "Hello World from my Zope Object" > > app=Appl() is wrong, it should be app=Application() Thanks, Peter