Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

PptxPainter - import fails if latest python-pptx is used #1225

Closed AndersFreund closed 5 years ago

AndersFreund commented 5 years ago

In latest python-pptx package the module 'table' is placed in pptx.table whereas the version we use has it in pptx.shapes.table. Will fix with a try/except.