> Was that new that it did not work as part of the .3 changes? I had > been using > templates just fine with 0.23... at least I was getting results, but > then I was running > it on the test server then uploading, which was probably uploading > the .pyc files.
The problem is with the new implementation of templetor. >> > Does this work by spooling to a temp. file? >> >> Yes. > > Doesn't this fail on the GAE ? Since you can't write to files? Storing in temporary files is taken care by the cgi module. I hope that GAE might have taken care of it. I haven't tried it myself though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
