Rummy.py -- Change log v0.0.0.3 Fixed: * Destroying GUI elements and "redrawing" the screen from a thread caused crash on Linux. Replaced line "self.ReDrawDiscard()" to "wx.CallAfter(self.ReDrawDiscard)" in WaitLoop() v0.0.0.2 Added: + Network loop (that means a lot has changed...)