#76: pyodbc hooks do not appear to work in svn trunk
-------------------------+--------------------------------------------------
 Reporter:  sdolan       |        Owner:  giovannibajo
     Type:  defect       |       Status:  new         
 Priority:  normal       |    Milestone:              
Component:  PyInstaller  |      Version:              
 Severity:  major        |   Resolution:              
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by openticket):

 Updated hook-pyodbc.py which fixes the problem:
 {{{
 hiddenimports = ['datetime', 'decimal', 'locale']

 try:
     import hashlib
     hiddenimports.append('hashlib')
 except ImportError:
     hiddenimports.append('sha')

 }}}

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/76#comment:1>
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