How to convert PythonTkinter GUI to .exe using pyinstaller_python 3.6.2

preview_player
Показать описание
This video about how to convert Tkinter GUI to .exe using pyinstaller.
py version used is 3.6.2
Рекомендации по теме
Комментарии
Автор

thank you so much, this video is clear and very helpful, I understood everything!

kenmakozume
Автор

Followed the exact method but clicking the exe file in the dist folder didn't run the program. Not sure what went wrong, any idea?

sktneer
Автор

Dear Python Guru,
I’m trying to build a GUI application, what it does is it will take get inputs from users and based on the input it will show the results to user. At the backend it will get the data from Oracle database. Here I’ve few questions I’m requesting you to provide your comments.
1) The oracle setup is on my personal machine ( lets say Machine CMP123 ). So when user install the gui application using EXE then will that application interacts with oracle which got installed in CMP123 ? Is that even possible ?
2) Once the user installed GUI application in their computer using EXE then If I have to make few changes to GUI application then how does it reflects in the application which already got installed in users machine?

RiazKhan-lnwm
Автор

I have a tkinter program which imports my other program for some functions so how to convert?

abhaygupta
Автор

Good Work Arun,
I need your help,
i have a python script file and want to convert it to .exe file .
Please reply as soon as possible.
Thanks

simrankathuria
Автор

but bro my problem is when you open the .exe file the cmd promt window also opens up. I want only my tkinter gui app to open. So how is it possible

haridas
Автор

Nice video, but I have one problem:
When I start the .exe file it opens and after 1 second it closes automaticly. Can you please help me :(

marcb