1#To whom might help
2#I got lots of issues trying to user pymssql with Pyinstaller and
3#I finally got it right so posting here might help someone
4#after you install pymssql using pip install pymssql
5
6#use this parameters in pyintaller to get it included
7
8--onefile --paths=.\venv\ --hidden-import='pymssql' --hidden-import='uuid' --collect-all='pymssql' --collect-all='uuid'
1--onefile --paths=.\venv\ --hidden-import='pymssql' --hidden-import='uuid' --collect-all='pymssql' --collect-all='uuid'
2