【发布时间】:2020-01-08 13:35:09
【问题描述】:
PIL 库的
reportlab ImageReader('url') 不起作用。 我的环境:Python 3.7.6、Pillow 7.0.0、reportlab 3.5.32(我也尝试了不同版本的 PIL 和 reportlab ......同样的错误)
img = ImageReader('https://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png')
我的错误
Cannot open resource "https://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
fileName='https://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png' identity=[ImageReader@0x119474090 filename='https://www.google.it/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png']
【问题讨论】:
标签: python python-imaging-library reportlab