Re: wxPython, py2exe, UnicodeDecodeError
pardon me for my stupidy, problem was in utf8 encoding. Changing all strings encode to unicode solve that problem -- http://mail.python.org/mailman/listinfo/python-list
Re: wxPython, py2exe, UnicodeDecodeError
UPDATE: Forgot - yes, I'm using cyrillic text in my script, but it all encoded in utf8 -- http://mail.python.org/mailman/listinfo/python-list