builtree / handwrite

Handwrite generates a custom font based on your handwriting sample.
https://pypi.org/project/handwrite/
MIT License
366 stars 46 forks source link

Error no. 2: Unable to find file #86

Open LeeEuiSup opened 9 months ago

LeeEuiSup commented 9 months ago

스크린샷 2023-12-07 230615

I am trying to run handwrite in Windows 11 (x64) via cmd with admin permission. C:\coding\1.jpg is location of the form for handwrite. And, C:\coding\output is output folder. However it keeps showing error message, "unable to find files". I tried uninstalling and reinstalling fontforge, Potrace and handwrite. But still the issue is not solved. Above is screenshot of CLI.

Thanks in advance.

nikiharalanov commented 7 months ago

Try adding C:\Program Files (x86)\FontForgeBuilds\bin to PATH. That fixed the issue for me.

LeeEuiSup commented 7 months ago

Thanks a lot! It works properly.