News

Currently when I try to use python-pptx on Python 3.9 to save a new .pptx file, I get the following error: ...
I am preparing a python zip file in ADO, then send it to Azure for deployment/build. I have python packages in a private azure feed, so I download them and include in the zip archive. What I then ...