Hello The templates should work like before. I too had this failure with importing template when upgrading to SDK 1.4 and solved it going through the error message seeing it originated from some third party library I had added myself to my project. I removed that library and again things worked.
If you post or more closely investigate the error log it may show that your problem/solution is the result of some library conflict. I hope some of this info can give you an idea how to deploy a working version. Best regards, Niklas R On Dec 19, 6:13 am, Martin Webb <[email protected]> wrote: > hi all... > Since we have moved to 1.4 - ive not updated my local dev pc yet - now i > deploy > my app - it dosnt work - the includes fail in all my modules for: > > from google.appengine.ext.webapp import template > > i have tracked it down to the webb django template helper - please dont tell > me > this has been removed from 1.4 - can i still use django - or do i need to redo > all my templates using a new templater? > > Regards > > Martin Webb > > T. 01233 660879 > F. 01233 640949 > M. 07798946071 > > The information contained in this email is confidential and may contain > proprietary information. It is meant solely for the intended recipient. Access > to this email by anyone else is unauthorised. If you are not the intended > recipient, any disclosure, copying, distribution or any action taken or > omitted > in reliance on this, is prohibited and may be unlawful. No liability or > responsibility is accepted if information or data is, for whatever reason > corrupted or does not reach its intended recipient. No warranty is given that > this email is free of viruses. The views expressed in this email are, unless > otherwise stated, those of the author -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
