On Feb 8, 8:23 am, Anthony <acca...@gmail.com> wrote:
> Thanks, that's what I've been doing locally.  So I suppose when I
> deploy to the GAE server, I should bundle all non-standard libraries
> with my application files?
>
Yes, as long as they are pure-Python libraries. If a library uses C
extensions, you cannot run it on App Engine:
http://code.google.com/appengine/docs/python/runtime.html#Pure_Python

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to