I have a Windoes database app in which I changed from using adodbapi to pyodbc. When I did this, the exe failed because it couldn't import the decimal module. I worked around it by adding an "import decimal" in the main script, but I'm wondering if there's a better way to deal with it, using the facilities of PyInstaller.
-- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
