According to the python-pptx docs you import like from pptx import Presentation, not like you’re trying.
1 Like
According to the python-pptx docs you import like from pptx import Presentation, not like you’re trying.