Matplotlib/ezdxf Font not found after compile #900
Unanswered
luanfreire
asked this question in
Issues
Replies: 0 comments
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.
-
I'm using this code to convert a DXF to PDF Everything works fine when I run it inside my IDE. But when I create an exe file (with auto-py-to-exe) The console prints this error many times: findfont: Font family 'txt_____' not found.
PS:. When I run it inside VSCode the PDF is created and the font is correct (Txt). When I run the exe file the pdf is also created (after the error message is shown many times on the console) but with Arial font.
Beta Was this translation helpful? Give feedback.
All reactions