#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        |    Keywords:              
-------------------------+--------------------------------------------------
 I'm moving my project from using pyinstaller 1.3 to svn trunk (revision
 690).

 To get pyinstaller 1.3 to correctly work with my project (which uses
 pyodbc), I had to create a hook-pyodbc.py file with a hiddenimport for the
 decimal and datetime modules.

 I see now that the svn trunk version already includes this hook file for
 pyodbc. However, when I create the executable with the svn trunk I get the
 message:

 !RuntimeError: Unable to import decimal

 Unfortunately, even if I add 'import decimal' before 'import pyodbc' in my
 code, I am still getting the same runtime error.

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