Python Exe Not included the ODBC package and other packages. Command prompt throws error [closed]

Developed python program with ODBC connector via connect sql server database to insert the CSV files. it worked good in my machine (Windows10 & python 3.10).Using pyinstaller to convert my python program into exe file and move to production to run. when i click the exe file system throws ODBC driver not found issue .

I tried to auto-py-to-exe tool to convert the program to exe file but seems same error

Leave a Comment