I need to be able to create and download presentations using Django Python. I also need to use AppEngine standard. Currently I am using python-pptx but according to this SO answer it wont work. I get cannot import name etree
or 'module' object has no attribute 'exc'
.
Is there a way to make python-pptx work on GAE -this is the best option for me.
Or else, is there a way to make a presentation without python-pptx?