Tkinter application 'freezes' while continually polling Pipe for contents (multiprocessing)

后端 未结 4 579
北荒
北荒 2021-01-27 09:21

I have two scripts:

Processor_child.py: Its purpose is to perform a number of data analysis and cleaning operations. This must perform the same operatio

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-27 09:24

    The simplest way is to get the input, either from the console or gui, and then send the results to the child program. When you ask for input from the console, add a statement that opens Tkinter instead if some variable is set, and gets the info there.

提交回复
热议问题