#168: hook-distutils.py does text read on binary file
-------------------------------+--------------------------------------------
 Reporter:  pe...@…            |       Owner:  giovannibajo
     Type:  defect             |      Status:  new         
 Priority:  normal             |   Milestone:              
Component:  PyInstaller        |     Version:              
 Severity:  blocker            |    Keywords:              
-------------------------------+--------------------------------------------
 The code in source:trunk/hooks/hook-distutils.py is opening a .pyc file
 with mode "r" instead of "rb".  This cannot work.  Changing it to "r"
 fixes the problem.

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/168>
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.

Reply via email to