Hello,
I'm packaging a Python27 + PyQT app using PyInstaller v.1.5 and all is
packaged as expected, but found some problems when working in %APPDATA
% dirs; e.g. searching for available dicts on Enchant or writing
user's configurations.
Changed to trunk version, but it seems that pyinstaller.py refuses to
work for the same reason:
[...]
File "C:\pyinstaller1.6\PyInstaller\build.py", line 683, in
checkCache
"of %s") % (pydep.name, cachedfile)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position
12: ordinal not in range(128)
because 'pyinstaller\config.dat' gets placed also in %APPDATA%.
I could build correctly my app by changing to other username (the
current one has non ASCII chars) but I cant prevent users for using
non ASCII usernames.
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?
Regards,
Gonçalo
--
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.