Drekin / win-unicode-console

A Python package to enable Unicode support when running Python from Windows console.
MIT License
103 stars 12 forks source link

PyInstaller compatibility #10

Closed thorstenkampe closed 9 years ago

thorstenkampe commented 9 years ago

I just tried win-unicode-console with the latest PyInstaller3 branch. There is no exception (like with Py2exe) but importing win-unicode-console simply has no effect. Is this a known issue? Any workaround possible?

thorstenkampe commented 9 years ago

Looks like I was mistaken. It actually does work with PyInstaller.