Following the very same http://webpy.org/tutorial3, getting -- Traceback (most recent call last): File "/home/a/webpy/web/application.py", line 206, in process return self.handle() File "/home/a/webpy/web/application.py", line 196, in handle return self._delegate(fn, self.fvars, args) File "/home/a/webpy/web/application.py", line 377, in _delegate return handle_class(cls) File "/home/a/webpy/web/application.py", line 352, in handle_class return tocall(*args) File "/home/a/webpy/hello.py", line 13, in GET return render.hello("Templates demo", "Hello", "A long time ago...", "bla") File "/home/a/webpy/web/template.py", line 850, in __call__ return BaseTemplate.__call__(self, *a, **kw) File "/home/a/webpy/web/template.py", line 767, in __call__ out = self.t(*a, **kw) TypeError: __template__() takes exactly 3 arguments (4 given) -- Plz suggest how to fix this. TIA! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
