wxPython

While writing of the programs in Python, using a graphic interface here, it is sometimes necessary to start different long researches of any data information, in most cases an interface will be blocked and user will see the program to be frozen. In order to avoid it, we need to start our task in a parallel stream or process. In this article we will consider about on how to do it wxpython by the module of Threading. There are three methods for work with streams in wxpython. In order to avoid this issue, it is highly recommended to use methods: wx.PostEvent, wx.CallAfter and wx.CallLater. All additional information on these methods you can always get in our original essays or other kinds of papers.


CategoryCategory

NixieDelacruz (last edited 2011-10-25 09:46:29 by NixieDelacruz)