G.Cordeiro píše v Pá 03. 06. 2011 v 06:56 -0700:
> 
> Since there were some improvements on unicode support for next
> milestone, I wonder if this affects only pyinstaller.py or maybe
> should my app stop reading/writing from %APPDATA% dirs?

The unicode fix is not yet implemented. It is only planned.

For now it should be good to ensure that your app will be placed to any
location containing only ascii characters. c:\Program Files\ should
work.

Pyinstaller has nothing to do with reading/writing from %APPDATA% in
your app. Perhaps you are not handling the encoding conversion in
APPDATA correctly.

-- 
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.

Reply via email to