“pyinstaller pymssql” Respostas de código

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

Respostas semelhantes a “pyinstaller pymssql”

Perguntas semelhantes a “pyinstaller pymssql”

Procure respostas de código populares por idioma

Procurar outros idiomas de código