Re: wxPython, py2exe, UnicodeDecodeError

2008-10-21 Thread artasis
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

2008-10-21 Thread artasis
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

wxPython, py2exe, UnicodeDecodeError

2008-10-21 Thread artasis
Hello! I've write wizard based on wxPython package and wanted to compile it to exe via py2exe. All works fine, all compile fine, but when I start wizard.exe - my compiled script - I'm getting an error: Traceback (most recent call last): File "init.py", line 484, in File "init.py", line 87, in