On Mon, Nov 11, 2013 at 11:33 PM, Jalil Mohammed <jalilem...@gmail.com>
 wrote:

> I am new to GAE and getting this error when I try to launch my app.  I am
> using spitfire template system (https://code.google.com/p/spitfire/) 
> importError:
> No module named spitfire.runtime Anyone had this issue before?
>



I see from Spitfire's source files that part of it is written in C. App
Engine only supports libraries written purely within hosted languages, so
you can't use this library within GAE.

However, there are a number of different pure-Python templating systems you
can use. Is there a specific reason you need to use spitfire?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to