知りたいこと
python-pptxのテンプレートをgoogle driveに保存した.PPTXにしたいです。
バージョン
google colaboratory利用
Python 3.6.9
python-pptx-0.6.18
試したこと
google driveに保存した.PPTXの共有リンクを指定してみましたがエラーとなります。
import pptx from pptx import Presentation template_path = "https://drive.google.com/file/d/********" ppt = Presentation(template_path) 以下 略
error /usr/local/lib/python3.6/dist-packages/pptx/opc/phys_pkg.py in __new__(cls, pkg_file) 30 reader_cls = _ZipPkgReader 31 else: ---> 32 raise PackageNotFoundError("Package not found at '%s'" % pkg_file) 33 else: # assume it's a stream and pass it to Zip reader to sort out 34 reader_cls = _ZipPkgReader PackageNotFoundError: Package not found at 'https://drive.google.com/file/d/*****************"
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。