I want to add 10 buttons to Tkinter, named One to Ten. I basically just used the brute force method, adding each button as I went, in the init function of my application\'s class. It work开发者_如何学
I\'m using Python\'s Tkinter to create a GUI for a project i\'m working on. When I try to run part of the code though, I get this error:
I\'m using Python(2.5) to make a \"web album viewer\". I use Tkinter to write GUI, urllib2 to fetch the image from web, PIL to handle the image
I have a question to make.If i have a function inserting an item from a list in a text widget and then doing something with that item,it first finishes process开发者_如何转开发ing all the items and th
The following simple code: from PyObjCTools import 开发者_如何学GoAppHelper import AppKit import Tkinter
I\'m creating ten buttons and the button texts are labelled 1 to 10. The following code creates 10 buttons and labels correctly. But it\'s printing 9as the output for all the buttons. What I expect it
Hi. I have created a program in python which uses tkinter and pmw, I have build it with the cx_freez, every thing fine, it completes the building process, but when I try to run the exe file I got some
I am using tkinter to write a simple GUI program to plot figure of some data, the plot function is realized using matplotlib module, here is my simplified code:
I use a Tkinter window to visualize some output of my programm. The window is threaded (see basic structure below) and basically it works quite fine. So far, I only have trouble closing the window. Wh
I am using Python and Tkinter. I have an option menu with three choices with \"on\" being one of them. I want to make \"on\" be green when I select it. I don\'t mean the font. I want the background of