mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #65] Cannot work "Additinal Files('--add-data')" validly on Mac. #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KagenoMoheji on GitHub (Jul 21, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/65
I want to build executable application(One File) for Mac with auto-py-to-exe.
But my python scripts has matplotlib in Japanese, so I need to add 'ipaexg.ttf'.
So, I add a folder has it to "Additinal Files".
Although an executable application is built, it shows an error below.
When build in the same way on Windows, it works well.
Only on Mac, why?
@brentvollebregt commented on GitHub (Jul 21, 2019):
In the help post linked at the bottom of every build in the UI, I describe that it is a lot easier to initially debug while using one directory mode (not one file). When using one directory mode can you verify if the file was placed in the correct directory or not?
@KagenoMoheji commented on GitHub (Jul 21, 2019):
Thanks for early response.
When build by "One Directory", I can verify the existence of
config/font/ipaexg.ttfin the right part of an image below.Maybe it is the correct location.
But "One Directory" also shows the same error.
@KagenoMoheji commented on GitHub (Jul 21, 2019):
Oops!
By adding an empty folder "modules" to a folder has executable application, I resolved the error!
But hmm..., it's a bullish way...