How to Convert Your Python Script to .EXE Program With PyInstaller

preview_player
Показать описание
Convert your Python program into an EXE file with PyInstaller.

Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------
🔑Venmo: @Jie-Jenn

Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#PyInstaller #Python
Рекомендации по теме
Комментарии
Автор

"pyinstaller' is not recognized as an internal or external command" getting this error everytime. Also tried it like .\pyinstaller .... but didn't worked

kabeermirza
Автор

Dude, you just saved my life. Thank you so much
Subscribed and liked.

mikechng
Автор

can u tell me why i get this error

raise ImportError("No module named " + target_package_name)
ImportError: No module named _bootlocale

i do not know py too well : )

yogolee
Автор

Hi,
I have followed your steps
but I am getting this error: OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cp39-win_amd64.pyd', Not found '_raw_ecb.pyd'

somduttacharya
Автор

Hi, I have the same problem as you for the "relative path". If we put the absolute path of our database in the code, how could other people use it on their computers?

jasongao
Автор

Am using tkinter and pyinstaller to convert python script into exe but doesnt work on other devices !! can help ?

ztech
Автор

Loved this video. Just wanted to know why the favicon is not being displayed, even when we added the correct path? Is it like we need to add the icon along with the executable?

I am trying in Linux OS.

hridayagrawal
Автор

Could you share the Encrypt_pdf.exe file to call with the shell command to encrypt pdf files using vba script

sangeetasamson