Now that I know what it is, I took a closer look at the controller.py
created by TurboGear under Python 2.3, I see that the code created is:

class Root(controllers.RootController):
    [expose(template="wiki20.templates.welcome")]
    def index(self):
        import time
        log.debug("Happy TurboGears Controller Responding For Duty")
        return dict(now=time.ctime())

May be they should update the tutorial to indicate that.  My
understanding is that lots of enterprises are still using Python 2.3


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to