pypdfium2-team / pypdfium2

Python bindings to PDFium
https://pypdfium2.readthedocs.io/
419 stars 17 forks source link

Install with reference bindings broken #320

Closed mara004 closed 3 months ago

mara004 commented 4 months ago

We currently lack a DataDir_Bindings.mkdir(parents=True, exist_ok=True) before the shutil.copyfile(RefBindingsFile, DataDir_Bindings/BindingsFN), meaning the reference bindings fail to install.