Python Forum
WxPython GUI data handling
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WxPython GUI data handling
#1
Hi,

I have generated GUI using the WxFormBuilder called MainGUI.py(frontend) and i would like to run a sequence.py(backend) which runs bunch of tasks. I want to do following task upon click of a button.

1. click start Run Seq.py
2. Update GUI live as seq.py is generating data.
3. if anytime click abort button stop seq.py run and kill(gracefully) testing.


Basically, I would like to learn about Async loops which can run in independent loops(files) and can pull/push data between multiple py files/functions.

Thank you
Reply


Messages In This Thread
WxPython GUI data handling - by Kangaroo - Apr-15-2020, 05:03 PM
RE: WxPython GUI data handling - by Yoriz - Apr-15-2020, 05:52 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020