[EMAIL PROTECTED] schrieb: > I'm setting up a project on a real server and gettin an Error 500 with this > error message: > > File "/var/www/Credit/credit/templates/products.py", line 37, in _pull > TypeError: generate_content() takes exactly 1 argument (2 given) > > The only difference I can see from my dev environment are that I am going > through > apache with mod_rewrite as per the book instructions, and there are two > installs > of python on here so 2.4 must be explicitly called. I started cherrypy with:
Ha! I just got this error myself and, to be honest, it has nothing to do with Apache and proxying. There probably _is_ a difference between your production and testing system and that is that 'kid' has been updated to version 0.9.4. I did a: easy_install -f http://www.kid-templating.org/dist/0.9.3/ "kid==0.9.3" on my production box, restarted the server, e voilĂ !, everything works normal again! Probably should be filed as a bug with kid... Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

