I have a problem converting the python script to an exe file. I use a jpg and an mp3 file in the script and I don't want to need to have a directory with the exe and with the other files, instead, I want to have an exe that already has all of it.
I tried using --onefile, but it gives me the 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte' error and I can't fix it.
Can you tell me another way or help me fix it?
Thanks Bye