2
When I use the option --onefile
, my program cannot find the files added to .exe
. I don’t know which path to specify for my program to find the files.
My code is like this:
import winsound
winsound.PlaySound ('a.wav',winsound.SND_FILENAME)