Statement orders
Hi I am making a gui based tool. When user preses a perticular button I am running a heavy command, before this I want to say user to wait with a image showing infront of her. My code is like: def loadData(self): top=Toplevel(self.parent) top.focus_set()
plateform info.
Hi I want to know whether the program is being run on windows or on Xnix. Is there any variable or method which tells me that it's windows? -- http://mail.python.org/mailman/listinfo/python-list