“Pyinstaller Pymssql” Code-Antworten

Pyinstaller Pymssql

#To whom might help
#I got lots of issues trying to user pymssql with Pyinstaller and 
#I finally got it right so posting here might help someone
#after you install pymssql using pip install pymssql

#use this parameters in pyintaller to get it included

--onefile --paths=.\venv\ --hidden-import='pymssql' --hidden-import='uuid' --collect-all='pymssql' --collect-all='uuid'
Fox Blue

Pyinstaller Pymssql

--onefile --paths=.\venv\ --hidden-import='pymssql' --hidden-import='uuid' --collect-all='pymssql' --collect-all='uuid'
Fox Blue

Ähnliche Antworten wie “Pyinstaller Pymssql”

Fragen ähnlich wie “Pyinstaller Pymssql”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen