(self)
| 829 | parent=self.tkconsole.text) |
| 830 | |
| 831 | def display_executing_dialog(self): |
| 832 | messagebox.showerror( |
| 833 | "Already executing", |
| 834 | "The Python Shell window is already executing a command; " |
| 835 | "please wait until it is finished.", |
| 836 | parent=self.tkconsole.text) |
| 837 | |
| 838 | |
| 839 | class PyShell(OutputWindow): |