ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

UTF-8 cant decode byte 0xd9 #515

Open Therunner05 opened 10 months ago

Therunner05 commented 10 months ago

I tried compiling a py file that uses the graphics.py 'add-on' for python and I got it compiled, but it wont run. Upon further investigation, on some file on line 42 (cant find what file) the thing isnt encoded right, but im sick of trying to solve it. any seggestions?