I’m not getting this issue when I test your little print snippet. Do you have an encoding shebang at the top of your script (such as # -*- coding: utf-8 -*-)?
Also, Windows’s cmd prompt isn’t utf-8 by default. When you say *The source code doesn’t have this problem*, did you verify that it works normally from cmd (i.e. python my_code.py) or just your Python IDE? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/e345ea67-a08d-4bdd-b4fc-5b8805659171n%40googlegroups.com.
