I am using Python 3.1 by the way. I am trying to build a simple GUI using Tkinter - label, text entry field, button on the first row and editable text area with scrollbar to the right and on the bott
I\'m trying to clear the Entry widget after the user presses a button using Tkinter. I tried using ent.delete(0, END), but I got an error saying that strings don\'t have the attribute delete.
I am having trouble getting Tkinter up and runnning in order to install matplot lib. I am running Mac OS X 10.4.11, and just installed Python 2.6.4 .
I want to display my calculated output in a Gui window in python. I am trying with Tkinter. But I\'m having problems displaying the output on Tkinter level widget. I am putting input data as address i
I\'m trying create an executable for Windows for a GUI application in tkinter using the ttk module. I made an exe with cx_freeze, but when I run the app in the console it gives me the following error开
I have a problem in Python. I\'m using Tkinter and have four bind events, that listen to key presses on my form.
I am currently writing a fsm editor with tkinter. But, I stuck on connecti开发者_运维百科ng two states. I have two questions:
I want to use the response from an ask开发者_运维问答string prompt to set a variable. Unfortunately,
I have开发者_运维技巧 downloaded python 2.5. I would like to know if Tkinter is included with python or is it a separate download?Yes, it is included.
#!/usr/bin/env python # Display window with toDisplayText and timeOut of the window. from Tkinter import *