Re: [google-appengine] re: from google.appengine.ext.webapp import template

2010-12-19 Thread Sarfaraz
dear Martin I am also using 1.4. and it seems to be working fine with django what does the trace tell you? regards On Dec 19, 2010 9:13 AM, "Martin Webb" 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 fai

[google-appengine] Re: from google.appengine.ext.webapp import template

2010-12-19 Thread Niklasro
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. I

[google-appengine] re: from google.appengine.ext.webapp import template

2010-12-18 Thread Martin Webb
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 ha