gpt4 book ai didi

python - python pptx 模块 add_picture 中出现未知错误

转载 作者:太空宇宙 更新时间:2023-11-03 16:20:58 24 4
gpt4 key购买 nike

我一直在尝试在 powerpoint 演示文稿的每张幻灯片上输入一系列图片。我输入图像路径和相关尺寸,但收到一个我不明白的错误。

    for k in xrange(0, len(prs.slides)):
img_path = os_path + str(k+1) + '.png'
left = Cm(1.21)
top = Cm(4.72)
width = Cm(5)
height = Cm(5)
pic = prs.slides[k].shapes.add_picture(img_path, left, top, width, height)

然后出现此错误:

  File "src/lxml/parser.pxi", line 1819, in lxml.etree._parseMemoryDocument (src\lxml\lxml.etree.c:116494)
File "src/lxml/parser.pxi", line 1700, in lxml.etree._parseDoc (src\lxml\lxml.etree.c:115040)
File "src/lxml/parser.pxi", line 1040, in lxml.etree._BaseParser._parseUnicodeDoc (src\lxml\lxml.etree.c:109165)
File "src/lxml/parser.pxi", line 573, in lxml.etree._ParserContext._handleParseResultDoc (src\lxml\lxml.etree.c:103404)
File "src/lxml/parser.pxi", line 683, in lxml.etree._handleParseResult (src\lxml\lxml.etree.c:105058)
File "src/lxml/parser.pxi", line 613, in lxml.etree._raiseParseError (src\lxml\lxml.etree.c:103967)
lxml.etree.XMLSyntaxError: EntityRef: expecting ';', line 3, column 31

肯定有一个文件与img_path对应,所以我不确定还有什么问题

最佳答案

我想我已经解决了这个问题。

我的文档中的 img_path 在文件名中包含 & - 我更改了图像所在的位置(更改为没有 & 的文件夹)并且它有效。

关于python - python pptx 模块 add_picture 中出现未知错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38461983/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com