Hi, I get an UnicodeEncodeError when running the generated executable out of this line of code in a script:
--- print u'confusing cat: \u0283i-wa\u0127\u0259d' --- That's all. Full Traceback: --- Traceback (most recent call last): File "<string>", line 1, in <module> File ".\pyInstallerUnicodeIssue\build \pyi.win32\pyInstallerUnicodeIssue\outPYZ1.pyz/encodings.cp850", line 12, in encode UnicodeEncodeError: 'charmap' codec can't encode character u'\u0283' in position 15: character maps to <undefined> --- Executable was generated with the standard Makespec/Build process - no modifications. Spec and other files can be posted as needed. Is this some sort of configuration error or should I consider it a bug and post it to trac? Thanks, Stefan -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
