Python-pptx On Google App Engine
According to Google App Engine Third Party Libraries Support, the latest version of lxml supported is 2.3 https://cloud.google.com/appengine/docs/python/tools/libraries27 And pytho
Solution 1:
App Engine isn't compatible with that library so your best bet if you still want to stick with App Engine services is to use Managed VMs: https://cloud.google.com/appengine/docs/managed-vms/
This will let you access all the App Engine services but give you more flexibility with installing libraries.
Post a Comment for "Python-pptx On Google App Engine"