code: 2, kind: NotFound, message: "No such file or directory" #3047
Replies: 2 comments 2 replies
-
Consider using |
Beta Was this translation helpful? Give feedback.
1 reply
-
And please use discussions for such questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! In my lib I have two fonts. In the pdf_builder.rs file I use the font path to set the fonts for printpdf library. Like this:
But when I install the lib from pip, and try to launch the code, I get this error:
code: 2, kind: NotFound, message: "No such file or directory"
Is there any way to leave the fonts inside the rust library? It is really unwanted to pass a path from the python module.
Beta Was this translation helpful? Give feedback.
All reactions