I have created a GUI using tkinter in python 3.2, and I have converted it into exe format using pyinstaller. And when I run it there is console running with it, if I close the console the GUI also terminates, I don't want to show the console with it.
Asked
Active
Viewed 174 times
1
-
As a side note, is there a reason you're using Python 3.2? – abarnert Mar 29 '18 at 06:58
-
@abarnert yes Actually I have to run it on rasberry py thats why I am using python, the version can be changed but I have to create it on python – tiwarinitin94 Mar 29 '18 at 06:59
-
@abarnert The link you have provided does not suggest any suitable answer for my question, so its not duplicate – tiwarinitin94 Mar 29 '18 at 07:02