Running apps with Zope 2?

Peter K. kanzow at gmd.de
Fri Nov 26 07:33:05 EST 1999


"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






More information about the Python-list mailing list