#87: GrabVersion.py broken with files, containing UNICODE resource strings
-------------------------+--------------------------------------------------
Reporter: alexey | Owner: giovannibajo
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyInstaller | Version: PyInstaller 1.4
Severity: blocker | Keywords:
-------------------------+--------------------------------------------------
Trying to run '''{{{GrabVersion.py}}}''' on Internet Explorer from russian
Win XP:
{{{
GrabVersion.py "C:\Program Files\Internet Explorer\iexplore.exe"
}}}
Got:
{{{
Traceback (most recent call last):
File "c:\Progs\Python libs\pyinstaller\GrabVersion.py", line 30, in
<module>
print vs
File "c:\Progs\Python libs\pyinstaller\versionInfo.py", line 156, in
__repr__
tmp.append(kid.__repr__(newindent+' '))
File "c:\Progs\Python libs\pyinstaller\versionInfo.py", line 315, in
__repr__
tmp.append(kid.__repr__(newindent))
File "c:\Progs\Python libs\pyinstaller\versionInfo.py", line 371, in
__repr__
tmp.append(repr(kid))
UnicodeEncodeError: 'ascii' codec can't encode characters in position
29-38: ordinal not in range(128)
}}}
--
Ticket URL: <http://www.pyinstaller.org/ticket/87>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---