Hi there,

I'm facing an issue where my PyInstaller program doesn't print special 
characters and will stop printing other strings following this. The source 
code doesn't have this problem.

At a high level, this issue arises when printing a basic string 
concatenated with another string containing a special character. The 
example code below will only print "apple" and then further print 
statements will not make it to stdout.

print("apple\n" + "México")

I'm on Win10 with Python 3.8.5 and PyInstaller 4.0

Any ideas? Thanks in advance!

-- 
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/74e4990e-b91c-40e7-813c-897e8269bba6n%40googlegroups.com.

Reply via email to