Relative Content

Tag Archive for pythonflasktkintermultiprocessingcustomtkinter

Issue with running flask as a new process through a customtkinter GUI

My GUI lets the user play a crossword online using Flask. When it is used as a package and initialised through an executable (like the one defined in a setup.py in the entry points), it works fine. However, if I import it as a module and execute it from a python file like so —