Apr-20-2019, 11:25 PM
No problem
Converting to exe problems
|
Apr-20-2019, 11:25 PM
No problem
Apr-20-2019, 11:46 PM
(Apr-20-2019, 11:22 PM)francisco_neves2020 Wrote: I have created a tkinter warning to tell people to not close the cmd, otherwise the program will closeYou have to use --windowed or --noconsole when using GUI.Example: pyinstaller --onefile --noconsole tk_test.pyLeave don't use a wrapper like auto-py-to-exe if something goes wrong or try to do more advance stuff.Pyinstaller has god docs. A tutorial i have here using pyinstaller.
Apr-20-2019, 11:58 PM
(Apr-20-2019, 11:46 PM)snippsat Wrote:(Apr-20-2019, 11:22 PM)francisco_neves2020 Wrote: I have created a tkinter warning to tell people to not close the cmd, otherwise the program will closeYou have to use Anything you may tell me i have already done it, except hte one mentioned in the post about path, --noconseole, py, pyw, pyc, py2exe, one directory, one exe, still the same problem. I would love to give you the code, but i can't. Do to copyrights of myself, sorry and the lot of work i had to make the program, it is still in Alfa, (more to come) based on the users feedback |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Problems converting pyqt4 script to pyqt5 using pyqt4topyqt5.py | Vysero | 1 | 3,324 |
Jul-31-2018, 08:56 PM Last Post: Axel_Erfurt |