tkinter MP working like a charm
Wu Xi
news at luegenpresse.edu
Sun Dec 31 04:23:00 EST 2017
More information about the Python-list mailing list
Sun Dec 31 04:23:00 EST 2017
- Previous message (by thread): tkinter MP working like a charm
- Next message (by thread): tkinter MP working like a charm (Posting On Python-List Prohibited)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OK, I never figured out that "import *" business...
I was originally referring to the handling of multi-tasking via the
root.mainloop()
if __name__ == '__main__':
async_loop = asyncio.get_event_loop() # all in this loop
submain(async_loop)
business , which some found a bit outlandish.
I cannot see why, though.
- Previous message (by thread): tkinter MP working like a charm
- Next message (by thread): tkinter MP working like a charm (Posting On Python-List Prohibited)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list